tags:

views:

310

answers:

2

I am deployed my published the WCF web service to my server and when i am tryihg to access it its giving me following error????

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: /API/Errors/GeneralError.aspx

A: 

I would say it has to do with the handlers setup in IIS...

read this http://bloggingabout.net/blogs/jpsmit/archive/2007/01/17/wcf-http-404-when-hosted-in-iis.aspx

JL
A: 

It was an application pool issue, on recycling the application pool the issue got resolved.

Pinu