Install. Net Framework4.0.
: http://www.microsoft.com/zh-cn/download/details.aspx?id=17718
Installing the Windowsserver2003-kb968930-x86-chs.exe,powershell 2.0 patch
: http://www.microsoft.com/zh-cn/download/details.aspx?id=4045
Installing the Wic_x86_chs.exe,windows image processing component
: http://www.microsoft.com/zh-cn/download/details.aspx?id=32
Install ASP. NET MVC (depending on the version number you need to select)
MVC 3:http://www.microsoft.com/zh-cn/download/details.aspx?
id=4211
MVC 4:http://www.microsoft.com/zh-cn/download/details.aspx?id=30683
Webpages 2:http://www.microsoft.com/zh-cn/download/details.aspx?id=34600
Another note iis,c:\windows\microsoft.net\framework\v4.0.30319\aspnet_regiis.exe-i
Create a new site in IIS. Right-click on the site name and select Properties to open the Home Folder tab. Click "Configure". Open the application configuration.
Click "Join" in the "Mappings" tab to add the application extension mappings. Executable: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll, extension:. MVC, Action: limit to Get,post,head, Uncheck: Verify that the file exists.
In the Mappings tab, click Insert to add the application extension mappings. Executable file: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll, uncheck: Verify that the file exists.
Windows Server 2003 + IIS6 building an ASP. NET MVC Execution Environment