I asked if not having a CFIDE mapping on my site would make the CFC fail? Neil
----- Original Message ----- From: "Raymond Camden" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 9:34 AM Subject: RE: Kevin Towes Presentation. > Is it required? Well, if you don't give users access to CFIDE - then > yes. "and would cause my CFC not to work" - you've lost me on that one. > Can you rephrase. How would making a custom tag cause your CFCs not to > work? > > > This is far too much work for too little... > > One line of code? Come on now. ;) I added a descriptor view for my > TicTacToe CFC on my home page and it took me 2 mins. :> > > ======================================================================= > 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:28 AM > > To: CF-Talk > > Subject: Re: Kevin Towes Presentation. > > > > > > Is that required and would cause my CFC not to work? I have > > still yet to > > see it work?! > > > > This is far too much work for too little... > > > > > > Neil > > > > ----- Original Message ----- > > From: "Raymond Camden" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Tuesday, June 25, 2002 9:21 AM > > Subject: RE: Kevin Towes Presentation. > > > > > > > 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

