ASP.NET Web Service Throws 401 (unauthorized) Error
- by user268611
Hi Experts,
I have this .NET application to be run in an intranet environment. It is configured so that it requires Windows Authentication before you can access the website (Anonymous access is disabled). This website calls a web service (enable anonymous access) and the web service calls the DB. We do have a token-based authentication between the…