MVC3 IIS7 deployment record, mvc3iis7 deployment

Source: Internet
Author: User
Tags asp net

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 .........

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.