小编Mar*_*rty的帖子

ASP.NET 4.0子应用程序上的IIS 500.19错误

我在我的网站上的主应用程序下面创建了一个"测试"应用程序,它与主应用程序完全相同 - 我使用/ test app测试新的更改,然后再将它们投入生产.

将应用程序从.NET 3.5升级到.NET 4.0后,我的/ test应用程序拒绝运行,从IIS返回500.19错误.我的主要应用程序(以及与/ test相同级别的另一个子应用程序)运行得很好.

我发现了很多关于500.19错误的引用,它们通常归结为web.config中的某些行无效.

但是,在我的情况下,错误并没有指向任何特定的行 - 错误消息在下面复制,请注意"配置源"部分为空.

Error Summary
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.


Detailed Error Information
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x800700b7
Config Error 
Config File \\?\c:\blahblahblah\test\web.config
Requested URL http://localhost:80/blahblahblah/test
Physical Path C:\blahblahblah\test
Logon Method Not yet determined
Logon User Not yet determined
Config Source

   -1: …
Run Code Online (Sandbox Code Playgroud)

asp.net

5
推荐指数
1
解决办法
2629
查看次数

标签 统计

asp.net ×1