I have an ASP page and a web service, both written in VB.NET 2003. When I test the ASP page on my local PC using the web service on my live web server, it works fine. When I try to run the ASP page on the live web server, it gives me a "The request failed with HTTP status 404" message. From the console of the server, I can connect to the web service using IE, so I know that it's there and the name resolution works.
Any idea where I should look next?
