File Access Permissions on Webserver when hosting a Website
am 04.07.2006 13:36:01 von 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
Re: File Access Permissions on Webserver when hosting a Website
am 06.07.2006 02:42:04 von Ken Schaefer
"anoop" 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