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

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



Answer this question

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

  • Zoinky

    Moving to a more appropriate forum.

  • dlgrasse

    what can i do to fix this
  • Cammyr

    Hi Amir

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

    Greetings

    Hans


  • gfheiche

    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


  • nhaas

    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

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