我在 VS2010 SP1 上创建了一个空白的 MVC 3 应用程序,并将该应用程序设置为使用 IIS Express。调试时出现错误 500.0 (0x80070585)
我能够使用 VS 开发服务器成功运行该应用程序
我已将应用程序目录设置为每个人的完全权限,只是为了消除所有安全问题的可能性。我进一步验证了 IIS express 能够通过使用 SysInternals ProcMon 确认它来访问 web.config。ProcMon没有显示 IISExpress 进程试图从我的应用程序目录中的任何其他文件中读取。
我遵循了以下问题中的建议,但它没有给我任何更好的信息。HTTP 500 内部错误 - IIS 网站
在 IISExpress 目录中的 Logs 或 TraceLogs 目录中都不会生成日志,但会在 Temp 中创建日志,但它不是很有用。
Successfully registered URL "http://localhost:62017/" for site "MvcApplication1" application "/"
Registration completed for site "MvcApplication1"
Request ended: http://localhost:62017/ with HTTP status 500.0
Request ended: http://localhost:62017/ with HTTP status 500.0
Request ended: http://localhost:62017/ with HTTP status 500.0
我无法在事件查看器中找到任何消息
**更新:**禁用防火墙,没有变化 通过命令行运行 IISExpress,没有变化