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:true,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:320068
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