【发布时间】:2010-10-12 07:26:51
【问题描述】:
我已经在 Windows Server 2003 R2 机器中安装了 .NET Framework 3.5 SP1 和 ASP.NET MVC CTP,但我的 ASP.NET MVC 站点仍然无法在该服务器上运行。我在 Internet 和 IIS 上搜索解决方案,我注意到我不能为我的虚拟目录选择除 2.0 之外的其他 .NET Framework 版本。我几乎可以肯定,如果我纠正这个问题,我可以让我的网站在那里工作。
目前主要的“/”网址回答为:
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
“/Default.aspx”URL 的答案是:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Section or group name 'system.web.extensions' is already defined.
【问题讨论】:
标签: asp.net-mvc iis-6 windows-server-2003