Simple WCF service with REST - Resource cannot be found - error with ASP.NET Debug Server?

Posted by lesasch on Stack Overflow See other posts from Stack Overflow or by lesasch
Published on 2010-04-06T07:49:08Z Indexed on 2010/04/06 7:53 UTC
Read the original article Hit count: 235

Filed under:
|
|

Hi, I'm testing a very simple WCF-Service with REST functionality enabled. It works fine on IIS, but the VS2010 debug webserver always says "The resource cannot be found" when appending the parameter after the .svc file in the browser uri. Is this a known issue with the asp.net debug webserver that it cannot work with REST or am I doing anything wrong? (again: with IIS, it works)

© Stack Overflow or respective owner

Related posts about wcf

Related posts about rest