It is possible to hide folders using a similar tool to apache's mod_rewrite. It's called ISAPI_Rewrite:

http://www.isapirewrite.com

Using a regex you can ensure that no CVS folders are displayed and a 404 error is returned (ie it's not there!) Thus allowing the website to be a CVS repository and the CVS data to be hidden.

;)

Paul

Snake Hollywood wrote:

IIS doesn't have a way to hide folders, you could only do this via FTP. Or
by setting the folder permissions so user doesn't have access.



-----Original Message-----
From: Paul Johnston [mailto:[EMAIL PROTECTED] Sent: 17 March 2004 11:03
To: [EMAIL PROTECTED]
Subject: [ cf-dev ] IIS 5.0 admin issue



I am trying to figure out how to hide all specific folders on a website automatically using IIS. There is the possibility of implementing CVS on a website, and I want to ensure that the client can just upload the latest version of a site from CVS and the CVS folders and contents are hidden from the end user without the need for deleting them all each time or anything like that.


TIA

Paul


--
These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/


CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by activepdf.com*
*Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*


To unsubscribe, e-mail: [EMAIL PROTECTED]









--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
     *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
          *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



Reply via email to