Careful of this one (Setting permissions and then removing the permissions and it still works)
The problem I am having is similar - to get my Web Service to work I change the permissions for the "everyone" login in my virtual directory. This work fine until the PC is rebooted, then I have to go and change them back - then it works - then I reboot, then I have to change the permissions again .... ad nauseam
i.e. Before you think that you have resolved the issue - reboot the machine and test. But this also does not mean that it will work when it's deployed. Then doing your deployment testing, remeber to reboot the machine being deployed on and re-test
p.s. Web.Config (Administrator
<configuration><system.web><identity impersonate=true userName="ComputerName\Administrator" password="whatever"/></system.web><configuration
i.e. Just add the "<identity" line to your config file
Source:
http://msdn.microsoft.com/library/de...titysection.as
Gewd Luck