Groups | Blog | Home
all groups > dotnet academic > october 2004 >

dotnet academic : write files


cschwall
10/5/2004 12:03:01 PM
Felipe Arcos Velez
10/7/2004 3:43:40 PM
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.

[quoted text, click to view]

AddThis Social Bookmark Button