IDE complains that IIS is not 1.1 compatible, how to upgrade?

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

Guest

I have MDE 7.1.xxxx and Framwork 1.1.xxxx and IIS 5.1. Now when I try to develop web application. IDE can not talk to IIS. My system is XP professional which is upgraded from Win2k professional. I tried to remove IIS and add it again. The problem is still there. Any help will be appreciated

Thanks
Feng
 
You most likely need to run the ASP.NET IIS registration tool (aspnet_regiis.exe)

The exe should be located in your \WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder run it with the -i optio

aspnet_regiis.exe -

And it should correct your problem. Notice your version number in the above path might be different.
 
Back
Top