新手在这里, 在执行我的项目visual studio 2012时,我在所有项目和备份中都出错。上周它工作正常,然后错误就出来了。我只是使用localhost。
这些是我找到的解决方案,但仍然无效: :(
- 在IIS管理器中 - 功能委派将HandlerMapping设置为读/写。
- 控制面板,打开或关闭Windows功能,Internet信息服务,万维网服务,启用除CGI之外的应用程序开发功能。
-I给了IIS_IUSRS完全控制我的项目文件夹。
还有其他建议吗?
错误消息
HTTP错误500.19 - 内部服务器错误
由于相关,无法访问请求的页面 页面的配置数据无效。
详细错误信息:
模块IIS Web核心
通知BeginRequest
处理程序尚未确定
错误代码0x80070003
配置错误无法读取配置文件
配置文件\?\ C: - web.config
请求的网址http://localhost:49926/Home.aspx
物理路径 -
登录方法尚未确定
登录用户尚未确定
请求跟踪目录
C:\ Users \ john \ Documents \ IISExpress \ TraceLogFiles \ -配置来源:-1: 0:
我的[Web.config]文件
<?xml version="1.0" encoding="utf-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5">
</compilation>
<httpRuntime targetFramework="4.5" />
<pages>
<controls>
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" /></controls>
</pages>
</system.web>
<appSettings>
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
</appSettings>
<connectionStrings>
<add name="connectionString" connectionString="DELETED" />
</connectionStrings>
</configuration>
答案 0 :(得分:1)
根据我的说法,您的应用程序池中应该存在问题。只需更改并选择正确的 version 4.5
池来解决您的服务器问题。如果仍然无法解决您的问题,请告知。