C
cowznofsky
I have an asp.net web service, and I want to run it using an
application pool with a specific identity.
I followed the instructions here,
http://msdn.microsoft.com/en-us/library/ms998297.aspx
which indicate that write permissions have to be granted for a temp
folder under windows\microsoft.net.
But, when I try to use the service, most methods work (basically just
database calls), but one fails with the error:
"Unable to generate a temporary class [result=1] error CS2001: Source
file 'C:\\Windows\TEMP\8sbwhwxy.0.cs' could not be found."
So it seems I need write permissions to that folder as well? If I run
the service with the default account, on an account that is more
privileged, then I don't get the error.
application pool with a specific identity.
I followed the instructions here,
http://msdn.microsoft.com/en-us/library/ms998297.aspx
which indicate that write permissions have to be granted for a temp
folder under windows\microsoft.net.
But, when I try to use the service, most methods work (basically just
database calls), but one fails with the error:
"Unable to generate a temporary class [result=1] error CS2001: Source
file 'C:\\Windows\TEMP\8sbwhwxy.0.cs' could not be found."
So it seems I need write permissions to that folder as well? If I run
the service with the default account, on an account that is more
privileged, then I don't get the error.