电脑出现这是什么意思啊 ?改怎么解决?详细步骤怎么做?Server Error in '/' Application.

来源:百度知道 编辑:UC知道 时间:2024/05/25 10:01:28
Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</sys

不指定的错误
描述: 被不处理的例外在现在的网请求的实行期间发生。 请为关于错误的较多资讯检讨堆叠痕迹,而且它在密码中开始哪里。

例外细节: System.Data.OleDb.OleDbException: 不指定的错误

来源错误:

第 48 行: // 柜台
第 49 行: 串起 _ connStr= ConfigurationManager.AppSettings[" connStr"]+Page.Server.MapPath(".。/cnt/数据/pcnt.mdb");
第 50 行: CounterManager counterManager=新的 CounterManager;(_connStr,页)
第 51 行:
第 52 行: 尝试

来源文件: c:\ website\go.maxthon.com\httpdoc\search\default.aspx 线: 50

堆叠痕迹:

[ OleDbException(0 x80004005): 不指定的错误]
System.Data.OleDb.OleDbConnectionInternal。。ctor(OleDbConnectionString constr,OleDbConnection 连接)+1054769
System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions 选项, 物体 poolGroupProviderInfo, DbConnectionPool 池,DbConnection owningObject)+53
System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection,DbConnectionPoolGroup poolGroup)