Installation sequence and error resolution for IIS and.NET of 1.1 and 2.0

  • 2020-05-26 08:09:53
  • OfStack

1. Solution based on. net2.0

In order for IIS to support.net 2.0, you must first install iis, then install.net 2.0, or if you install.net first, you must register.net after installing iis. To register, type in:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i
And uninstall is
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -u

2. Based on the case of.net 1.1

IIS cannot build ASP.NET application or service (Visual Studio.net has detected that the specified WEB server is not running ASP. NET1. 1).
The installation steps you must follow to run ASP.NET are:
1. Install IIS
2. Installation. net

Run this sentence: regsvr32 C:\WINNT\ Microsoft.NET \Framework\ v1.1.4322 \ aspnet_isapi.dll
Next: IIS manager -- local computer --WEB service extension --ASP. NET service -- allowed.
Because the default is ASP. The NET service is prohibited.

Related articles: