> I realize this may be off-topic, but I'm looking for a way to 
> manage directory access on IIS with a CFM application.
> 
> The rub is that the web pages to be protected themselves will 
> be asp and/or standard html (Frontpage Extensions of all things!),
> so I can't simply plonk an application.cfm in there to keep 
> everything in check.
> 
> We've made a small application to do the same on Linux, but there 
> it's relatively easy since you can create htaccess files.
> 
> Is there an equivalent thing for IIS? 
> 
> Or failing that, is there a simple way to add/modify/delete 
> directory access in IIS? We're talking a database of possibly 
> hundreds of people who each need their individual passwords, and 
> *no* way to use ColdFusion for the serving end of things.

Because IIS uses NT password authentication, you'll have to interact with
the NT account manager and with file ACLs from within CF to make this
happen. For the NT account side of things, there are several options, such
as Lewis Sellers' CFX tag and several ASP COM objects which work in CF. As
for setting ACLs, you could do that using CFEXECUTE to call CACLS.EXE or
XCACLS.EXE.

There may also be some third-party alternatives which allow you to manage
web access through a text file-based system.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to