Ask a Question related to ASP.NET Security, Design and Development.
-
serge #1
Permission on a Web folder ??
Dear all,
I am testing the FileHTm component for uploadinga file to a server folder
name for instantance UploadedFile
This folder is located under my IIS virtual directory structure that define
my web site and for testing I am running IIS on my local Windows 200o machine
In order to be able to write file in that folder, the only way is to add the
ASPNET predifined user.
Where is the link with that account in IIS ? I have seen that it permits to
run the asp_wp.exe file
It is the only user that need to be set for writing on a folder ?
Does that user will be always defined under a deployed environement after
istalling ASP net?
thnaks for your answers
regards
serge
serge Guest
-
Content does not refresh if folder permission not"Everyone"
This problem took me DAYS to track down, and I'm posting it here in hopes that others may profit from my pain (and perhaps someone may have a better... -
Is granting Modify permission on root folder secure?
In my ASP app, I want to use the File System Object's Movefile method to move files between directories on the ASP server. To avoid a permission... -
Intercept the auto-refresh of a folder in HTML folder template
Can anyone please send me the code to intercept the auto-refresh of a web page or folder (controlled by HTML folder template), or tell me where can... -
permission error on unlink, but who has permission if not PHP?
I wrote some code that let me upload a file to my server. Then I wrote some code to let me delete the file. But when I try to delete, I get this... -
How can I restore my folder permission?
You can reestablish access by using an admin account to "take ownership" if needed, and then set the needed permissions. "Tommy Chan"... -
Ken #2
Re: Permission on a Web folder ??
The account to be used is defined in machine.config, or in web.config (for a
specific web app). If nothing is defined specifically, then Machine\ASPNET
is used by default.
HTH
Cheers
Ken
--
Blog: www.adopenstatic.com/cs/blogs/ken/
Web: www.adopenstatic.com
"serge calderara" <microsoft.com> wrote in
message news:com...
: Dear all,
:
: I am testing the FileHTm component for uploadinga file to a server folder
: name for instantance UploadedFile
: This folder is located under my IIS virtual directory structure that
define
: my web site and for testing I am running IIS on my local Windows 200o
machine
:
: In order to be able to write file in that folder, the only way is to add
the
: ASPNET predifined user.
:
: Where is the link with that account in IIS ? I have seen that it permits
to
: run the asp_wp.exe file
:
: It is the only user that need to be set for writing on a folder ?
: Does that user will be always defined under a deployed environement after
: istalling ASP net?
:
: thnaks for your answers
: regards
: serge
Ken Guest



Reply With Quote

