相关疑难解决方法(0)

Web应用程序问题(web.config错误)HTTP 500.19与IIS7.5和ASP.NET v2

这让整个团队疯狂.IIS或我们的Web服务器必须有一些简单的错误配置部分,但每次我们尝试在IIS 7.5上运行ASP.NET Web应用程序时,都会出现以下错误...

这是完整的错误:

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        Unknown
Handler             Not yet determined
Error Code          0x8007000d
Config Error
Config File         \\?\E:\wwwroot\web.config
Requested URL       http://localhost:80/Default.aspx
Physical Path 
Logon Method        Not yet determined
Logon User          Not yet determined
Config Source
   -1: 
    0: 
Run Code Online (Sandbox Code Playgroud)

该计算机正在运行Windows Server 2008 R2.我们正在使用Visual Studio 2008开发Web应用程序.

根据Microsoft的代码8007000d意味着我们的web.config中存在语法错误 - 除了项目构建并在本地运行良好.查看XML …

asp.net iis web-applications web-config iis-7.5

138
推荐指数
12
解决办法
23万
查看次数

标签 统计

asp.net ×1

iis ×1

iis-7.5 ×1

web-applications ×1

web-config ×1