Repair IIS mapping after reloading IIS

xiaoxiao2021-03-06  51

1. Run the ASPNET_REGIS.EXE utility:

a. Click Start, and then click Run. b. In the Open box, type CMD and press Enter. c. Type the following command at the command prompt, then press ENTER:

"% windir% / microsoft.net / framework / version /ASPNET_REGIIS.EXE" -i

In this path, the version represents the version number of the .NET Framework installed on the server. When you type this command, this placeholder must be replaced with an actual version number. 2. Register an ASPNET_ISAPI.dll:

a. Click Start, and then click Run. b. In the "Open" text box, type the following, then press ENTER:

Regsvr32% WINDIR% / Microsoft.Net / framework / version /ASPNET_ISAPI.DLL

Regsvr32 will return the registration result.

转载请注明原文地址:https://www.9cbs.com/read-83051.html

New Post(0)