iis7 .net webservice 404 error

Posted by user11457 on Server Fault See other posts from Server Fault or by user11457
Published on 2010-05-14T00:04:37Z Indexed on 2010/05/14 0:14 UTC
Read the original article Hit count: 830

I have a webservice /test/Service1.asmx in the same folder as a page /test/test.aspx. the page works fine but I get the message bellow for the services in the same location. I know the file is there and the url is correct, added the script module and managed handler as well. If anyone knows what I'm missing here I'd appreciate it

Server Error in '/' Application.

The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of 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.

Requested URL: /test/Service1.asmx


Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016

© Server Fault or respective owner

Related posts about iis7

Related posts about ASP.NET