Error: IIS is notrunning ASP.NET version 1.1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I had some problems with IIS so I uninstalled and then installed it

Now when I try to open a new web app in VisualStudio.net I get an error message that
tells me that " IIS is not running ASP.NET version 1.1

I've encountered this problem before and I uninstalled and installed Visual Studio but I was wondering if there is an easier and quicker way to fix this

Thank

Tom
 
Start -> Run -> cmd.exe -> cd C:\WINDOWS\Microsoft.NET\Framework
Browse to that directory. There will be a folder for each version of .NET
installed. switch to the directory that contains the version you wish to
run.
you are going to look for aspnet_regiis.exe.
Type aspnet_regiis.exe /? to read the options.You will be paying close
attention to -i, -lv and maybe -u

Hope this helps. Posting is provided as is
 
Back
Top