When I’m trying to run Web Service *.asmx, right click view in browser, I’m getting the following error:
< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
“HTTP 404. The resource you are looking for (or one or its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.”
At the first time I run it, it works fine and one of the icon tray I clicked lunched the admin site for asp.net (asp.netwebadminfiles) I clicked the logout ant since then it’s not working, I tried creating new projects, and also I tried the following command:
start WebDev.WebServer.exe /port:8080 /path:c:\test

HTTP 404. The resource you are looking for (or one or its dependencies) could have been removed, had its name ...
Zoinky
dlgrasse
Cammyr
I do have the same problem. Did you have a solution yet
Greetings
Hans
gfheiche
I changed the customErrors mode to On.... must have copied that along with some other config settings.... Once I turned it off, I was able to debug again... and wasn't getting the 404 errors all over the place...
<customErrors mode="Off" defaultRedirect="/404.aspx"/>
Mark
nhaas