Home All Groups Group Topic Archive Search About

File Access Permissions on Webserver when hosting a Website

Author
4 Jul 2006 11:36 AM
anoop
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

Author
6 Jul 2006 12:42 AM
Ken Schaefer
"anoop" <an***@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

Bookmark and Share

Post Thread options