Web应用程序错误页面显示 [英] web application error page display

查看:66
本文介绍了Web应用程序错误页面显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



运行我的应用程序后,显示此页面错误的任何人都可以帮助我
有什么问题,请帮忙

谢谢

Hi

Any one can help me after run my application display this page error
what is the problem please help

thanks

Server Error in '/WebSetcase' Application.

Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SqlException (0x80131904): Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.]
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +5064458
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +234
   System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error) +555
   System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj) +390
   System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket() +35
   System.Data.SqlClient.TdsParserStateObject.ReadBuffer() +30
   System.Data.SqlClient.TdsParserStateObject.ReadByte() +69
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +102
   System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) +35

推荐答案

超时已过期.操作完成之前已过超时时间,或者服务器没有响应
对以下文章进行故障排除: MSDn:故障排除:超时已过期 [ ^ ]


同样,当在操作完成之前经过超时时间时,也可能发生上述错误.在这种情况下,此错误消息可能是由于远程连接查询超时的服务器设置引起的.默认值为600秒或10分钟.如果是这样,则需要根据需要重新配置超时,或者对数据传输进行微调,以使该过程及时完成.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding
Troubleshoot following the article: MSDn: Troubleshooting: Timeout Expired[^]


Also, the above error can also happen when the timeout period elapses prior to completion of the operation. In that case, this error message can be due to the server setting of Remote Connection Query Timeout. The default is 600 seconds, or 10 minutes. If so, you need to reconfigure the timeout as per your need or fine tune your data transfer such that the process completes in time.


重新启动iis并尝试或重新启动asp.net进程并尝试它
restart iis and try or restart asp.net process and try it


这篇关于Web应用程序错误页面显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆