Asp.Net application/web service not working on Vista/IIS7: access right problem?
- by Achim
I have an .Net 3.5 based web service running at http://localhost/serivce.svc/. Then I have a Asp.Net application running at http://localhost/myApp. In Application_Load my App reads some XML configuration from the web service. That works fine on my machine, but:
On Vista with IIS7 the request to the web services fails.
The web service can be accessed via the browser without any problem.
I configured the app pool of my App to run as admin. I added the admin to the IIS_USRS group, but it still cannot access the web service. impersonate=true/false seems not to make a difference.