MVC3 IIS7 Deployment Record

Source: Internet
Author: User

Environment

System: Win7

Iis:iis7

Development tools: VS2010

MVC version: ASP. NET MVC 3.0

Attention

1. Before deploying an MVC application, make sure that your program's Bin folder contains System.Web.Mvc.dll (very important)

A. If not, in your MVC project, open the reference list

B. Right-click SYSTEM.WEB.MVC, select "Properties", set "Copy Local" to True (default = False)

C. Then build the project and System.Web.Mvc.dll will appear in the Bin folder.

The. NET Framework version of the 2.IIS application pool is set to:. NET Framework4.0

3. Check that the site's handler mappings are present:

extensionlessurlhandler-integrated-4.0

Extensionlessurlhandler-isapi-4.0_32bit

Extensionlessurlhandler-isapi-4.0_64bit

If missing, run on the command line:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe-i

MVC3 IIS7 Deployment Record

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.