Then I'd suggest the method I described below - invoking the descriptor manually. You could wrap this up into a nice custom tag easily enough.
======================================================================= Raymond Camden, ColdFusion Jedi Master for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Neil H. [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 25, 2002 9:17 AM > To: CF-Talk > Subject: Re: Kevin Towes Presentation. > > > Raymond, > I don't want to have to make the CFIDE mapping for my > customers (I am the > ISP here). I Just can't get this to work for me :) > > Neil > > ----- Original Message ----- > From: "Raymond Camden" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Tuesday, June 25, 2002 9:10 AM > Subject: RE: Kevin Towes Presentation. > > > > > > > > How secure is the component browser? It just allows someone > > > to attempt to > > > > It is as secure as RDS. If that makes your nervous, you can > easily add > > web server protection to the /cfide folder. > > > > > login? Also how well does this work in a shared environment > > > if everyone > > > needs the CFIDE mapping and the cfc's are setting in the same > > > directory > > > > You don't _need_ the CFIDE mapping to use CFCs - just the > descriptor. > > So, if you were on an ISP and were worried, you could still > let people > > use CFCs just w/o the descriptor. Also, someone can dump a > descriptor by > > doing: > > > > <cfinvoke component="CFIDE.componentutils.cfcexplorer" > > method="getcfcinhtml" > > name="testingzone.cfcs.hello-world.modules.helloworld"> > > > > Of course, name would change to your CFC. > > > > > ============================================================== > ========= > > Raymond Camden, ColdFusion Jedi Master for Macromedia > > > > Email : [EMAIL PROTECTED] > > Yahoo IM : morpheus > > > > "My ally is the Force, and a powerful ally it is." - Yoda > > > > > > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

