|
Home > Archive > IIS Server Security > July 2006 > File Access Permissions on Webserver when hosting a Website
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
File Access Permissions on Webserver when hosting a Website
|
|
|
| Hello,
I want to know what file access permissions must be given to the
following file types in a dynamic Website which is to be hosted
1. ASP/ASPX
2. HTM/HTML
Also as there are large number of files in a website, is there any procedure
to give permissions collectively or permission to be given to each and every
file individually. please Help me.
Thank you
| |
| Ken Schaefer 2006-07-05, 7:42 pm |
|
"anoop" <anoop@discussions.microsoft.com> wrote in message
news:2823EAC2-F6A4-42E8-8272-6BCB8D5B2E05@microsoft.com...
> Hello,
> I want to know what file access permissions must be given to the
> following file types in a dynamic Website which is to be hosted
>
> 1. ASP/ASPX
> 2. HTM/HTML
That depends entirely on the user accounts that need to access the files in
question, and what they need to do with those files (the files types above
typically need Read access for the user context in question)
> Also as there are large number of files in a website, is there any
> procedure
> to give permissions collectively or permission to be given to each and
> every
> file individually. please Help me.
Using the GUI? Right-click on the containing folder -> Properties ->
Security tab -> set security options -> Advanced button, check the box that
says "Replace permissions on child objects..."
Cheers
Ken
|
|
|
|
|