如何使ASP.NET MVC在IIS 6中工作?

Jad*_*ias 7 asp.net-mvc iis-6 windows-server-2003

我在Windows Server 2003 R2框中安装了.NET Framework 3.5 SP1和ASP.NET MVC CTP,但我的ASP.NET MVC站点仍无法在该服务器上运行.我在互联网和IIS上搜索解决方案,我注意到我不能为我的虚拟目录选择2.0以外的其他.NET Framework版本.我几乎可以肯定,如果我纠正这个,我可以让我的网站在那里工作.

目前主要的"/"URL回答:

Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
Run Code Online (Sandbox Code Playgroud)

而"/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. 
Run Code Online (Sandbox Code Playgroud)