ASP. NET deployment to IIS FAQ solution (404)

Source: Internet
Author: User
Tags microsoft website

ASP. NET deployment to IIS FAQ solution (404)

1. The corresponding. NET Framework framework is not installed
Solution:
The frameworks below. NET 3.5 are installed by using the "turn Windows features on or off" area.

More than 4.0 of the framework to be downloaded through the official Microsoft website later installed.

2. IIS is not registered successfully
Solution:
In the cmd form, run the following command:

. NET 2.0 Framework Registration:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe-i
. NET 4.0 Registration (4.5 Framework registration is also the following command, the 4.0 and 4.5 frameworks are displayed in IIS for 4.0):

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

3, the Site Directory permissions issues
Solution:
Right-click the site folder, select "Security" and then tap "Edit" – "Add" – "Advanced" – "Find Now" to find "Network Service" and "OK", then give "Network SERVICE" permission to read, write, modify, etc.

If the site is still not displayed, then give the "NETWORK SERVICE" the highest permissions. If complete or not, add "Everyone" and give the highest privileges.

If the above operation is still 404 or the site does not display anything, you can modify the IIS "ISAPI and CGI display" settings, change the restrictions inside to allow it. Such as

The deployment of an ASP. NET site, first make sure that IIS is installed correctly, and then make sure that the site's selected application pool and the Web site have the same version number. If the error is usually checked in the order above, the problem is solved. When you're done with each step, remember to restart IIS and sometimes solve the problem.

ASP. NET deployment to IIS FAQ solution (404)

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.