1. Solution Based on. net2.0
To make IIS support. net 2.0. You must first install iis before installing iis. net 2.0. after installing iis, you must. net Registration. The registration method is input in the command line:
C: \ WINDOWS \ Microsoft. NET \ Framework \ v2.0.50727 \ aspnet_regiis-I
While detaching is
C: \ WINDOWS \ Microsoft. NET \ Framework \ v2.0.50727 \ aspnet_regiis-u
Ii. Situation Based on. net1.1
After IIS and. NET are installed in reverse order, ASP. NET applications or services cannot be created (Visual Studio.net has detected that the specified WEB server is not running ASP. NET1.1 .)
The installation steps required to run ASP. NET are:
1. Install IIS
2. Install. net
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.