HighTechTalks DotNet Forums  

write files

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss write files in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
cschwall
 
Posts: n/a

Default write files - 10-05-2004 , 03:03 PM






How do I write files without using the aspnet account?

Reply With Quote
  #2  
Old   
Felipe Arcos Velez
 
Posts: n/a

Default Re: write files - 10-07-2004 , 04:43 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.

"cschwall" <cschwall (AT) discussions (DOT) microsoft.com> wrote

Quote:
How do I write files without using the aspnet account?



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.