Thursday, December 27, 2018

IIS, Registering the ASP.Net with IIS server


  1. You need to start command prompt by typing cmd at the Run command and then execute the command prompt with Administrator rights by right clicking and choosing Run as administrator from the context menu.
     
  2. Then on the command prompt you need to navigate to the Directory that has the aspnet_regiis.exe file for that you need to type

      CD C:\Windows\Microsoft.NET\Framework64\v4.0.30319\
     
  3. Then you need to type the following command and hit enter to register ASP.Net with IIS

      aspnet_regiis -i
     

No comments: