Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/http/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net DNN8升级后请求超时异常_Asp.net_Http_Dotnetnuke - Fatal编程技术网

Asp.net DNN8升级后请求超时异常

Asp.net DNN8升级后请求超时异常,asp.net,http,dotnetnuke,Asp.net,Http,Dotnetnuke,我们正在将我们的网站从DNN 7.4.0升级到DNN 8.0.3。在运行升级安装并尝试访问该站点后,在处理IIS集成模式兼容性时出现错误500.22。这就是我解决的新web.config的一些问题 然而,现在当我尝试使用新的配置文件访问站点时,我得到了一个似乎无限的编译时间。无论我将“最大请求时间”值设置为什么,它都会运行那么长时间,然后我会得到以下请求超时异常: Server Error in '/' Application. Request timed out. Description:

我们正在将我们的网站从DNN 7.4.0升级到DNN 8.0.3。在运行升级安装并尝试访问该站点后,在处理IIS集成模式兼容性时出现错误500.22。这就是我解决的新web.config的一些问题

然而,现在当我尝试使用新的配置文件访问站点时,我得到了一个似乎无限的编译时间。无论我将“最大请求时间”值设置为什么,它都会运行那么长时间,然后我会得到以下请求超时异常:

Server Error in '/' Application.

Request timed out.

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.Web.HttpException: Request timed out.

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: 


[HttpException (0x80004005): Request timed out.]

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1073.0
有人知道这是什么原因吗,甚至知道从哪里开始故障排除吗?如有任何建议,我们将不胜感激。谢谢


Henry

门户/u default/logs文件夹中是否生成了任何日志?这是我首先要看的地方。在portals/\u default/logs文件夹中是否生成了任何日志?那是我首先要看的地方。