Pinu
Pinu

Reputation: 7520

WCF Service - The resource cannot be found

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

Upvotes: 2

Views: 9809

Answers (2)

Pinu
Pinu

Reputation: 7520

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

Upvotes: 1

JL.
JL.

Reputation: 81292

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

Upvotes: 0

Related Questions