Click to See Complete Forum and Search --> : Web server is not running ASP.NET version 1.1


dinal
May 27th, 2006, 02:02 PM
Dear Friends,
im Using windows XP and i got a follwing error whn i tried to create new ASP.net project.

" Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services."

Please let me know how to slove this problem
thank you

hunzian
May 29th, 2006, 05:02 AM
Hi.....

I have faced this problem so many times. Actually the metod of installing Visual Studio is bit different. First of all you need to install IIS then Front Page Server Extensions in your operating system and at last you have to install visual studio, so that ASP.NET hooks would set up in the correct fomat.

If you have already installed(not in the correct format) iis, front page server extentions, vs then you can register ASP.NET by using the following command on DOS/command prompt so that you would be able to get what you have wished for:

aspnet_regiis.exe -i


Hope you will get through...

Hunzian