if i add
<identity impersonate="true" userName="domainzzz/userzzz" password="passzzz"
/>
to my web config i just get error 500
> How to access a network file path \\foo\bar.txt from an .aspx and from a
> custom IHttpHandler?
[quoted text clipped - 12 lines]
> How to specify which account that aspx application should use when doing
> file IO from network paths?
Egil Hogholt - 26 Apr 2006 20:12 GMT
Hi.
Have you tried this:
- use <identity impersonate="true"/> in Web.config
- configure the user name/password in the "Application Pool" for your site
instead of using the default "Network service"
BTW: Which error do you get? If you access the site on the server you should
get a detailed explanation of what is going wrong.
Cheers,
Egil
> if i add
>
[quoted text clipped - 3 lines]
>
> to my web config i just get error 500
<!-- cut -->
>> How to specify which account that aspx application should use when doing
>> file IO from network paths?
<!-- cut -->