Hi,
I have Windows application which calls one of my WebService. I am using Windows Authentication Mode for my WebService. a)When I try to access the Web Service it throws an error- System.Net.WebException: The request failed with HTTP status 401: Access Denied. I have set And also I have switched off Anonymus Mode for the WS. only Integrated Windows Authentication is Checked.
b)When I switch off impersonate then i get the following error- Login failed for user "My Sys No\ASPNET". I think my Login id creditinals is not passed , not sure why is it so as still Windows Authentication Mode is On.
can somebody throw light on this?