If you see an error of following type for no apparent reason when you try to publish an ASP.Net web site using VS2005
Access to the path 'C:\Documents and Settings\<user> \Local Settings\Temp\. ..\Default.aspx ' is denied.
Make sure if you are using impersonation with a fixed windows identity, then that user is an administrator on the development machine. I spent quite some time figuring this out so wanted to share it online.
Access to the path 'C:\Documents and Settings\<user> \Local Settings\Temp\. ..\Default.aspx ' is denied.
Make sure if you are using impersonation with a fixed windows identity, then that user is an administrator on the development machine. I spent quite some time figuring this out so wanted to share it online.
Comment