HTTP 404. The resource you are looking for (or one or its dependencies) could have been removed,

When I’m trying to run Web Service *.asmx, right click view in browser, I’m getting the following error:

“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

[1436 byte] By [Amir_E] at [2007-12-16]
# 1
I am not sure if you have the right forum. It seems like you don't have IIS installed, or if you do, you are running an ASP.NET web service. You may want to look at the ASP.NET forums
BruceTaimanaMSFT at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 2
Hi Amir

I do have the same problem. Did you have a solution yet ?

Greetings

Hans

HansGroeneveld at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 3
I was having this pop up on me all over the place, then discovered by stepping thru my code that it was actually due to a bug in my code. Then I realized that I had made a change to the web.config....

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

MarkV at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 4
what can i do to fix this
easy4ty at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 5
Moving to a more appropriate forum.
CRathjen-MSFT at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...

.NET Development

Site Classified