RE: IIS6 / CFIDE configuration problems

2009-03-03 Thread Mark Kruger

Glad you worked it out :) 


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 7:35 PM
To: cf-talk
Subject: Re: IIS6 / CFIDE configuration problems


Thank for the help mark -- I was following a tutorial and it sort of didn't
clearly state that there is a application.cfm involved plus a few other
files that were critical the page / tutorial  functioning. (Thus causing the
CFIDE scripts to be loaded.)

Appreciate the assistance.

Joel

On Tue, Mar 3, 2009 at 5:00 PM, Mark Kruger  wrote:

>
> 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 
> 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  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 [<a  rel="nofollow" href="mailto:polskystud...@gmail.com">mailto:polskystud...@gmail.com</a>]
> > 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:t
> > ru
> > e,moda
> > l:true});
> > }
> > 
> > Login
> >
> > When I view the page's code, there are no references to any CFIDE 
> > folders such as this:  > "/CFIDE/scripts/ajax/package/cfajax.js">
> >
> > 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 \$ 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:320090
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IIS6 / CFIDE configuration problems

2009-03-03 Thread Joel Polsky

Thank for the help mark -- I was following a tutorial and it sort of didn't
clearly state that there is a application.cfm involved plus a few other
files that were critical the page / tutorial  functioning. (Thus causing the
CFIDE scripts to be loaded.)

Appreciate the assistance.

Joel

On Tue, Mar 3, 2009 at 5:00 PM, Mark Kruger  wrote:

>
> 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 
> 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  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 [<a  rel="nofollow" href="mailto:polskystud...@gmail.com">mailto:polskystud...@gmail.com</a>]
> > 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});
> > }
> > 
> > Login
> >
> > When I view the page's code, there are no references to any CFIDE
> > folders such as this:  > "/CFIDE/scripts/ajax/package/cfajax.js">
> >
> > 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 \$ 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:320083
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IIS6 / CFIDE configuration problems

2009-03-03 Thread Mark Kruger

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  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  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 [<a  rel="nofollow" href="mailto:polskystud...@gmail.com">mailto:polskystud...@gmail.com</a>]
> 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});
> }
> 
> Login
>
> When I view the page's code, there are no references to any CFIDE 
> folders such as this:  "/CFIDE/scripts/ajax/package/cfajax.js">
>
> 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 \$ 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


Re: IIS6 / CFIDE configuration problems

2009-03-03 Thread Joel Polsky

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  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  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 [<a  rel="nofollow" href="mailto:polskystud...@gmail.com">mailto:polskystud...@gmail.com</a>]
> 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});
> }
> 
> Login
>
> When I view the page's code, there are no references to any CFIDE folders
> such as this:  "/CFIDE/scripts/ajax/package/cfajax.js">
>
> 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 \$ 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:320074
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: IIS6 / CFIDE configuration problems

2009-03-03 Thread Mark Kruger

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  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 [<a  rel="nofollow" href="mailto:polskystud...@gmail.com">mailto:polskystud...@gmail.com</a>] 
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});
}

Login

When I view the page's code, there are no references to any CFIDE folders
such as this: 

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 \$ 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


IIS6 / CFIDE configuration problems

2009-03-03 Thread Joel Polsky

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:


function doLogin() {

ColdFusion.Window.create('loginwindow','Login','login.cfm',{center:true,modal:true});
}

Login

When I view the page's code, there are no references to any CFIDE folders
such as this: 

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 \$ 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:320067
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4