ASP.NET impersonations?

Posted by asaf on Stack Overflow See other posts from Stack Overflow or by asaf
Published on 2010-05-17T14:02:52Z Indexed on 2010/05/17 15:01 UTC
Read the original article Hit count: 246

Filed under:
|
|

Hi! I have a aspx file that suppose to write to a file in the server while loading. On the local machine it works fine, but when i deploy it to a live server it gives me an exception "Access to the path 'd:\DZHosts\LocalUser\asafz83\www.asafz83.somee.com\lala.htm' is denied."

WHen i asked my serverAdmin for the reason - he told me to remove any impersonation from my web.config file. Well, my web.config file doesn't contain any impersonation, so i'm really confused: What can i do in order for this sealy-stupid application to work?

thanks!

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about web.config