Reputation: 51
the program visual studio 2003 installed on my system showing me this message when try to open the web application.
i have checked my application running on iis 5.1 web server , it is using 1.1.4322 version . Shall i need to install again the visual studio 2003 again?
Upvotes: 0
Views: 196
Reputation: 51
I tried the followings:
i removed the higher version on my system as there was conflict in iis settings.
i removed the iis and reinstall from the windows components including front page server extensions. reset the IIS version by using the command cd %windir%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i strong text
my visual studio command prompt was pointing to c:\documents and settings/pooja.sharma . there was the same folder named wwwroot , i have removed this. and after doing this i am able to create web application
i corrected the binding in web server by adding new virtual directory . this makes me to open the web application in visual studio 2003
Upvotes: 1