What should I do if the installation sequence of IIS. NET is reversed?
The installation sequence of IIS and. net should be to install IIS first, and then install vs. net.
If the installation order is reversed and the IIS is reinstalled, restart to use aspnet_regiis.exe-I to reinstall IIS mapping (mainly used for the extension matching of files such as aspx and asmx ). Run cmd, go to the C: \ WINDOWS \ Microsoft. NET \ framework \ v 2.0.50727 directory, and run the following command: aspnet_regiis.exe-I.
Unable to create ASP. NET applications because IIS and. NET are installed in reverse orderProgramOr the Service (visual studio.net has detected that the specified web server is not running ASP. Net1.1 .)
ASP. NET (1.1.4322.0) has been installed ).
Run this statement: regsvr32 c: \ winnt \ Microsoft. NET \ framework \ v1.1.4322 \ aspnet_isapi.dll
Next, choose IIS Manager-local computer-web service extension-Asp. Net service -- allow.
Because the original default ASP. . Net service is forbidden.
This article from the csdn blog, reproduced please indicate the source: http://blog.csdn.net/summer_grass/archive/2008/07/28/2726062.aspx