Hi,
I can propose three ways:
1. Try impersonating a fixed windows account in your web app.
<identity impersonate="true|false" userName="domain\username"
password="password"/>
2. Try with a custom account for your aspnet application: see the article:
How To:Create a Custom Account to Run ASP.NET in Building Secure ASP.NET
Applications (secnet.pdf)
3. Try using a Serviced Component and use a explicit account for the
component identity.
Felipe Arcos Velez.
"cschwall" <cschwall (AT) discussions (DOT) microsoft.com> wrote
Quote:
How do I write files without using the aspnet account? |