My head is flat from banging my head with this issue.
I have set <identity impersonate="true" />
for AD things but when I re-run the app, I get "Accesss Denied" error when Process.Start() is trying to run a command.
So I put:
<identity impersonate="true" userName="domain\user" password="pass" />
then it is now giving me
The current identity (domain\user) does not have write access to 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.
When I put username and password in process.StartInfo, I still get the Access Denied error.
What am I doing wrong?
ps. This is a web service