Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If you are getting 403.1 error while hosting WCF using IIS, then you might be using the wrong directory name.
Let us say you want to host your service at
https://localhost/A/service.svc
And the physical location of the service.svc file must be under the directory A.
{any local directory on your computer}/A/service.svc
Hope this helps!