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.