In my ASP.NET 4.0 web application I have created a WCF service with webhttp binding (that service is part of the ASP.NET application and not a different project or solution).
The service works fine if run the application from Visual Studio but when hosted on IIS it gives error: HTTP 404. The service not found.
Could someone please help?
Thanks.
Further, the application is working fine when used with HTTPS (with SSL) but not with HTTP. Without SSL I am getting HTTP Error 401 (authentication error)...