Hello,

I am a newbee to ASP.NET . Am using Windows Visual Web
Developer 2005 Express Edition. I created the a webservice yesterday
and hosted it on the IIS server version 6.0. directly from the IDE by
selecting 'http' as location of the project. When i try to run it by
pressing F5 i get and error saying "Couldnt debug cos debugging is
not enabled in the web config.... enable debugging ???"
To which i clicked 'YES' so it enabled the debugging.

Now i dont get that message but when i try to execute it by pressing F5
it says something like
"Web Server could not debug, The web server couldnt find the requested
resource."

So i tried to do it by pressing Ctrl+F5 (Execute without Debugging) ,
In this case a new Explorer window opened with the http 404 error
saying 'Requested resource not found.'

Can somebody please help me on this. The webservice code is correct as
it contains nothing but the only method that the IDE generates upon
creation and its running on my friends pc on IIS version 5.

Am using winxp service pack 2