Joel,

And you also have cfajaximport or one of the "special" tags that gets the
script written? Or maybe I don't understand your problem.

-Mark 


Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com

-----Original Message-----
From: Joel Polsky [mailto:polskystud...@gmail.com] 
Sent: Tuesday, March 03, 2009 3:13 PM
To: cf-talk
Subject: Re: IIS6 / CFIDE configuration problems


Hi Mark,
Thanks for the reply.
I already have this in the CF Admin for the * Default ScriptSrc Directory *:
/CIDE/scripts/

It's weird, because a folder like this locally works:

  SITE1/folder/floder/index.cfm








On Tue, Mar 3, 2009 at 1:42 PM, Mark Kruger <mkru...@cfwebtools.com> wrote:

>
> Joel,
>
> You can set the scripts directory in the CF Admin (look on the "settings"
> tab). The setting goes from the root of your web site... So, for 
> example, You could use a virtual map called "cfscripts" that points to 
> the /cfide/scripts/ directory - and then add /cfscripts/ to your 
> default script src directory in the CF Admin.
>
> The second thing is, the <script src="/cfide/..." ...> only shows up 
> if you call a <cf> tag that needs it or you use CFAJAXIMPORT to
specifically
> identify the tag libraries you want.   So in your example below you cannot
> expect the script include to appear because you haven't done anything 
> to specifically call it.
>
> Hope this helps :)
>
> -Mark
>
>
> Mark A. Kruger, CFG, MCSE
> (402) 408-3733 ext 105
> www.cfwebtools.com
> www.coldfusionmuse.com
> www.necfug.com
>
> -----Original Message-----
> From: Joel Polsky [mailto:polskystud...@gmail.com]
> Sent: Tuesday, March 03, 2009 12:31 PM
> To: cf-talk
> Subject: IIS6 / CFIDE configuration problems
>
>
> Hi,
> I'm having a problem with the CFIDE folder being accessible and CF is 
> throwing errors, because of it.
>
> Here's how I have my *LocalHost *system configured.
>
> In the directory tree in IIS6 I see the following folders:
> (globe) Default Website
>     +SITE1
>     +SITE2
>     +CFIDE
>
> When i try something such as this i get a JavaScript error:
>
> <script type="text/javascript">
> function doLogin() {
>
>
> ColdFusion.Window.create('loginwindow','Login','login.cfm',{center:tru
> e,moda
> l:true});
> }
> </script>
> <p><a href="javaScript:doLogin()">Login</a></p>
>
> When I view the page's code, there are no references to any CFIDE 
> folders such as this: <script type="text/javascript" src= 
> "/CFIDE/scripts/ajax/package/cfajax.js"></script>
>
> When I add a Virtual Directory and click on the "Test Settings", I see 
> an error for the Authorization stating *"Cannon verify access to path 
> (c:\inetpub\wwwroot\CFIDE)." *along with this
> message:
>
> *The server is configured to use pass-through authentication with a 
> built-in account to access the specified physical path. However, IIS 
> Manager cannot verify whether the built-in account has access. Make 
> sure that the application pool identity has Read access to the 
> physical path. If this server is joined to a domain, and the 
> application pool identity is NetworkService or LocalSystem, verify 
> that <domain>\<computer_name>$ has Read access to the physical path. 
> Then test these settings again.*
> *
> Any ideas of what's wrong?*
>
>
> Thanks!
> Joel
>
>
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320079
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to