My system has the O.S Win Xp Prof
First I installed the asp 2.0 and it's running successfully.
But next i have to do a project in asp 1.1 . So I installed it and when I tried to create a new project it gives the following error message.
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 and Services
I have no asp 1.0 version .
The projects which are already in asp 2.0 are working fine.
For this I done a lot of work like
1.Shut down ALL applications
2. Uninstall IIS 5.1
3. Uninstall .NET FrameWork 1.1
4. Reboot
5. Install IIS 5.1
6. Reboot
7. Install .NET Framework 1.1
8. Reboot
9. aspnet_regiis.exe
-i
10.aspnet_regiis.exe –r
11. Reboot
But I am still getting the error.
Plz Help me.
I am working on thism issue from the last 3 days.