MVC3 IIS7 deployment record, mvc3iis7 deployment
Environment
System: Win7
IIS: IIS7
Development Tool: VS2010
MVC version: ASP. net mvc 3.0
Note:
1. before deploying the MVC application, make sure that the BIN folder of your program contains System. Web. Mvc. dll (very important)
A. If not, open the reference list in your MVC project.
B. Right-click System. Web. Mvc, select "properties", and set "Copy local" to True (False by default)
C. Generate the project. System. Web. Mvc. dll will appear in the BIN folder.
2. Set the. NET Framework Version of the IIS application pool to. NET Framework4.0.
3. Check whether the processing program ing of the site exists:
ExtensionlessUrlHandler-Integrated-4.0
ExtensionlessUrlHandler-ISAPI-4.0_32bit
ExtensionlessUrlHandler-ISAPI-4.0_64bit
If it is missing, run the following command in the command line:
C: \ Windows \ Microsoft. NET \ Framework \ v4.0.30319 \ aspnet_regiis.exe-I
How to deploy the mvc30 project to iis70 and set it? The system still prompts that the directory 403 is not listed and so on.
Is mvc3 installed on iis7?
Asp net mvc 3 website deployment, advanced guidance on iis 60 and iis75 respectively
If you have control permissions, you can install MVC3 directly on the server and then deploy the service properly .........