Home All Groups Group Topic Archive Search About
Author
9 Aug 2006 10:15 AM
beachboy
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.

Author
9 Aug 2006 10:29 AM
Christian Paparelli [MVP]
Ciao beachboy,

> 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???

iis doesn't support .htaccess take a look here for more info
http://support.microsoft.com/kb/324064/EN-US/

--
Christian Paparelli
[Microsoft MVP Windows Server - IIS]
http://mvp.support.microsoft.com
http://italy.mvps.org
My job: http://www.ithost.ch
My blog: http://blogs.aspitalia.com/cp
Author
9 Aug 2006 2:50 PM
jigs4u4ever
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


Show quoteHide quote
"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.
>
>
>