Web application or a web services

  • Thread starter Thread starter valsil
  • Start date Start date
V

valsil

When I try to establish a new Web application or a web services
application I get this 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 or services" I have updated
ISS and C:\Inetpub\wwwroot exists. Does someone know what I can do to
make it work?
 
Hi,
I tried ALL the solutions given by everyone. None of them worked.
Finally I tried this and it has worked:

1. shut down ALL applications
2. Uninstall IIS 5.1
3. Reboot
4. Install IIS 5.1
5. Reboot
6.
http://support.microsoft.com/default.aspx?kbid=306005&product=aspnet -->
follow the instructions as given.
7. Reboot
8. VS .net 2003 works for ASP and Web Services application.

PS: I Assume that you are using IIS 5.1 and Visual Studio 2003 with
framework 1.1

Regards
Ashish M Bhonkiya
 
Back
Top