That should be it. For forms to work the browser needs access to /CFIDE/scripts - thus the IIS mapping. (if you can browse a file in this folder from your browser, using the domain your checking, it is configured correctly)
---nimer > -----Original Message----- > From: Mike Kear [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 18, 2005 12:08 AM > To: CF-Talk > Subject: Re: Can't use a CF mapping with CFFORMS? is this correct? > > Thanks a lot Ray, > I'm not the Sysadmin so I have to ask the sysadmin to do anything outside > the CFAdministrator for this. As far as I can see, eveyrthing's normal in > the CFIDE - the CFAdministrator works and does everythign I've asked it to > do. What should we look for with the CFIDE? > The layout of the drive since it's a shared machine has the sites under > c:\domains\ (e.g. c:\domains\afpwebworks.com\wwwroot\) and the CFIDE and > therefore the form scripts folder is at c:\inetpub\wwwroot\cfide > We sould make sure that there is a virtual directory for cfide in IIS6, > but what else should we look for? > Cheers > Mike Kear > Windsor, NSW, Australia > Certified Advanced ColdFusion Developer > AFP Webworks > http://afpwebworks.com > ColdFusion, PHP, ASP, ASP.NET <http://ASP.NET> hosting from AUD$15/month > On 9/13/05, Raymond Camden <[EMAIL PROTECTED]> wrote: > > > > It sounds like on your production server that the /CFIDE virtual > > directory is simply not set up correctly. Just fix that and all should > > be well. Or, if you want to keep stuff in formscripts, and formscripts > > is under root, you should be able to always do, > > > > scriptsorce="/formscripts" > > > > and that should work from any level. > > > > But I'd look into fixing CFIDE first. > > > > On 9/12/05, Mike Kear <[EMAIL PROTECTED]> wrote: > > > Ray, it's quite likely I'm confused. I'm very easily confused - just > ask > > my > > > wife. > > > I can't see what's wrong with this cfform tag, that works just fine on > > my > > > dev pc, but when I ftp the same file to the production server, it > doesnt > > > work: > > > <cfform name="myform2" format="flash" skin="HaloBlue" > > preservedata="yes"> > > > blah blah blah > > > </cfform> > > > When I turn on debugging for the Cfforms, it tells me that it can't > find > > > cfform.swc > > > That's why I tried uploading the whole tree under CFIDE/Scripts into a > > > folder in this site called formscript and then changed the CFFORM tag > to > > the > > > following, > > > <cfform name="myform2" format="flash" skin="HaloBlue" > preservedata="yes" > > > scriptsrc="../formscripts"> > > > ... and now it works. > > > Only if i have this in an include file (which is what i usually do > with > > > forms to maximise re-use), I have to make sure the calling file is on > > the > > > same level so the scriptsrc attribute still works, because I can't use > > the > > > way I normally call cfcs, which would be like this: > > > <cfform name="myform2" format="flash" skin="HaloBlue" > preservedata="yes" > > > scriptsrc="#request.appmapping#/formscripts"> > > > That doesnt work. It tells me it can't find > > > /sitename/formscripts/cfform.swc > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218783 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

