RE: Problem browsing web pages in the CFStudio editor window

2001-04-18 Thread Christopher Olive, CIO

go to Debug->Development Mappings (Alt-M if you're a shortcut guy)

enter the path that studio "sees" as your studio path.  this will be the
same as the "server path" if you're running IIS/PWS locally.  then put
"http://localhost/" as your "Browser Path".  this is what you would enter if
you were browsing your local machine with IE/NS normally.

chris olive, cio
cresco technologies
[EMAIL PROTECTED]
http://www.crescotech.com



-Original Message-
From: Hubert Earl [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 5:21 PM
To: CF-Talk
Subject: Problem browsing web pages in the CFStudio editor window


hi,

i'd like to be able to browse web pages in the cfstudio editor window.
however, when i click on the browse button above the window i get the
following error message:

"The CF file you are trying to browse cannot be resolved into a URL.  Add a
server development mapping to enable URL resolution for this file."

What does 'server development mapping' mean, and how and to where should I
add it?

sincerely,
---
Hubert Earl

ICQ#: 16199853
AIM: hubertfme
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Problem browsing web pages in the CFStudio editor window

2001-04-18 Thread Hubert Earl

Hi,

Thanks for the advice.  I was able to view a cfm file as a web page in the
CFStudio editor window.  I have a second problem, though, and I'd appreciate
some advice.  Some help files on studio include a link (often showing
examples of code) which are supposed, I believe to show in a browser window
separate from Studio.  The window comes up, all right, but with this error
message:

Error Occurred While Processing Request
Error Diagnostic Information
An error has occurred.


HTTP/1.0 404 Object Not Found

Can you or anyone reading this kindly advise me on this as well?

Sincerely,
---
Hubert Earl

ICQ#: 16199853
AIM: hubertfme


- Original Message -
From: Christopher Olive, CIO <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 8:23 PM
Subject: RE: Problem browsing web pages in the CFStudio editor window


> go to Debug->Development Mappings (Alt-M if you're a shortcut guy)
>
> enter the path that studio "sees" as your studio path.  this will be the
> same as the "server path" if you're running IIS/PWS locally.  then put
> "http://localhost/" as your "Browser Path".  this is what you would enter
if
> you were browsing your local machine with IE/NS normally.
>
> chris olive, cio
> cresco technologies
> [EMAIL PROTECTED]
> http://www.crescotech.com
>
>
>
> -Original Message-
> From: Hubert Earl [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 18, 2001 5:21 PM
> To: CF-Talk
> Subject: Problem browsing web pages in the CFStudio editor window
>
>
> hi,
>
> i'd like to be able to browse web pages in the cfstudio editor window.
> however, when i click on the browse button above the window i get the
> following error message:
>
> "The CF file you are trying to browse cannot be resolved into a URL.  Add
a
> server development mapping to enable URL resolution for this file."
>
> What does 'server development mapping' mean, and how and to where should I
> add it?
>
> sincerely,
> ---
> Hubert Earl
>
> ICQ#: 16199853
> AIM: hubertfme
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Problem browsing web pages in the CFStudio editor window

2001-04-19 Thread Peter Tilbrook

Hmmm, yeah, I know what you mean.

CF Studio 4.5x spoils you big time but CF Studio 4.0 is not anywhere near as
nifty on the help. I had to dig through the book Mastering CF 4.5 (Aman
Danesh - not a bad book I admit) to work out how to use the REReplaceNoCase
function as 4.0 doesn't know it. I'm licensed for the higher versions but
now with a crappy computer, no zip drive and flaky floppies that even WinZip
8.0 fails to span I'll stick to 4.0 and the book. At least 4.0 does not save
files as zero bytes.

-Original Message-
From: Hubert Earl [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 19 April 2001 12:20
To: CF-Talk
Subject: Re: Problem browsing web pages in the CFStudio editor window


Hi,

Thanks for the advice.  I was able to view a cfm file as a web page in the
CFStudio editor window.  I have a second problem, though, and I'd appreciate
some advice.  Some help files on studio include a link (often showing
examples of code) which are supposed, I believe to show in a browser window
separate from Studio.  The window comes up, all right, but with this error
message:

Error Occurred While Processing Request
Error Diagnostic Information
An error has occurred.


HTTP/1.0 404 Object Not Found

Can you or anyone reading this kindly advise me on this as well?

Sincerely,
---
Hubert Earl

ICQ#: 16199853
AIM: hubertfme


- Original Message -
From: Christopher Olive, CIO <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 8:23 PM
Subject: RE: Problem browsing web pages in the CFStudio editor window


> go to Debug->Development Mappings (Alt-M if you're a shortcut guy)
>
> enter the path that studio "sees" as your studio path.  this will be the
> same as the "server path" if you're running IIS/PWS locally.  then put
> "http://localhost/" as your "Browser Path".  this is what you would enter
if
> you were browsing your local machine with IE/NS normally.
>
> chris olive, cio
> cresco technologies
> [EMAIL PROTECTED]
> http://www.crescotech.com
>
>
>
> -Original Message-
> From: Hubert Earl [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 18, 2001 5:21 PM
> To: CF-Talk
> Subject: Problem browsing web pages in the CFStudio editor window
>
>
> hi,
>
> i'd like to be able to browse web pages in the cfstudio editor window.
> however, when i click on the browse button above the window i get the
> following error message:
>
> "The CF file you are trying to browse cannot be resolved into a URL.  Add
a
> server development mapping to enable URL resolution for this file."
>
> What does 'server development mapping' mean, and how and to where should I
> add it?
>
> sincerely,
> ---
> Hubert Earl
>
> ICQ#: 16199853
> AIM: hubertfme
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists