|
Home > Archive > IIS Server Security > August 2006 > IIS 5 / 6 .htaccess
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 |
IIS 5 / 6 .htaccess
|
|
| beachboy 2006-08-09, 1:27 pm |
| Hello all,
I want to protect the file from special folder, but keep the access for
editor from CMS (Content Management System) , Is possible to do that on IIS
5 / 6??
e.g: protected folder: http://website1/download/ , but editor can login to
CMS and read and write a file from that directory, how can i do that???
Thanks in advanced.
| |
|
|
| jigs4u4ever 2006-08-09, 1:27 pm |
| Hi,
Simply remove the anyonums access for the folder"download" from IIS Manager
for your URL http://website1/download/ and select "Integrated Windows
authentication" this will now ask for user credentials every time user access
the URL http://website1/download/. Create the user for yourCMS (Content
Management System) on the webserver and user those credentials to access the
URL.
Thanks & Regards
Jigs4u_4ever
"beachboy" wrote:
> Hello all,
>
> I want to protect the file from special folder, but keep the access for
> editor from CMS (Content Management System) , Is possible to do that on IIS
> 5 / 6??
>
> e.g: protected folder: http://website1/download/ , but editor can login to
> CMS and read and write a file from that directory, how can i do that???
>
> Thanks in advanced.
>
>
>
|
|
|
|
|