IIS configuration settings in Asp.net

Source: Internet
Author: User
Tags configuration settings

IIS configuration settings in Asp.net

To deploy the BS project website of aps.net recently, you need to install and deploy it because install vs2010 first and then install IIS, which causes exceptions during IIS deployment, the possible cause is the sequence problem. Therefore, you should install IIS and then install the vs2010 development environment. The following problems may occur after the sequence is reversed:

1. HTTP Error 404.17-not found the request content seems to be a script, so it cannot be processed by a static file handler. For this error, you need to set the advanced attributes of the deployed website. The procedure is as follows:

Check whether ASP. NET is installed:

Control PanelProgramAnd functions> turn on or off the windows function> Internet Information Service> World Wide Web Service> application development function> ASP. NET (check whether this is selected)

 

2. Check the. NET Framework version of the application pool? The default value is 2.0. You must set it to version 4.0 of netframeworkd installed in vs2010.

 

3. Asp.net is not suitable for reporting HTTP 500.23 in the integrated environment.

4. Select the classic MPs queue type.

5. Run c: \ windows \ Microsoft. NET \ framework \ v4.0.30319 \ aspnet_regiis-I. After the installation prompt is successful, set IIS

6. in the IIS function view, select the handler ing, add aspx, and find the corresponding path c: \ windows \ Microsoft. net \ framework64 \ v4.0.30319 \ aspnet_isapi.dll (for the specific path, refer to your own net installation path ).

7. Name: PageHandlerFactory-ISAPI-4.0_64bit.

8. Run.

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.