Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > write permission

Reply
Thread Tools

write permission

 
 
=?Utf-8?B?QWxlc3NhbmRybyBadWNjaGk=?=
Guest
Posts: n/a
 
      06-21-2005
Hi all,
I'm developing a ASP.Net application. The most important future is to
generate PDF files that MUST BE saved on the disk (of the server).
To achieve this goal I set write permission on destination folder using
"Windows permission".

Is possible set write permission using Web.Config (or other configuration
file) without use Windows Permission ?

Thanks
Alex
 
Reply With Quote
 
 
 
 
Eliyahu Goldin
Guest
Posts: n/a
 
      06-21-2005
Alex,

In web.config you can set:

<identity impersonate="true" userName="xxx" password="yyy" />

Eliyahu

"Alessandro Zucchi" <> wrote in
message news:486CBD21-CB88-46A6-841A-...
> Hi all,
> I'm developing a ASP.Net application. The most important future is to
> generate PDF files that MUST BE saved on the disk (of the server).
> To achieve this goal I set write permission on destination folder using
> "Windows permission".
>
> Is possible set write permission using Web.Config (or other configuration
> file) without use Windows Permission ?
>
> Thanks
> Alex



 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fixed: The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID {555F3418-D99E-4E51-800A-6E89CFD8B1D7} to the user NT AUTHORITY\LOCAL SERVICE SID (S-1-5-19). Skybuck Flying Windows 64bit 1 06-29-2009 06:17 PM
asp.net write permission on w2k domain controller Stephen Witter ASP .Net 0 03-04-2004 03:54 PM
how to give ASP permission to write to local hard drive? Laszlo Szijarto ASP .Net 1 01-23-2004 07:11 PM
How to set permission to write to an xml file JRV ASP .Net 2 12-10-2003 04:04 AM
chmod or setuid? Need to give script permission to write files Michael Lubavin Perl 1 07-25-2003 01:16 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57