RE: IIS Problem - HELP!

2002-07-22 Thread Paul Begovich

IIS Version - 5
Win2k box - 

The images appears broken.  I can't give you a url because it's a
protected internal server of the clients. 

Thanks!

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, July 21, 2002 11:18 AM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


What version of IIS?  Do they get an error, or is the image just broken?

What's the URL?

chris olive

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 19, 2002 5:13 PM
To: CF-Talk
Subject: OT: IIS Problem - HELP!


Calling all of the IIS geniuses on this list!  I know this is a CF list,
but I'm sure there are a few of you. :)

I have a client whose server appears not to allow relative referencing
from the root -

Example: "/images/SomePic.gif"

In order for them to reference any images they have to use the relative
dot notation from whichever directory they are in -

Example "../../images/SomePic.gif"

Does anyone know how this may have been disabled in IIS?  And if so, how
to re-enable referencing from the root.

THANKS!!!

- Paul



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IIS Problem - HELP!

2002-07-22 Thread Christopher Olive

take a look at the page.  do a view source.  look at the SRC of the IMG tag.
is it actually correct?

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:25 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


IIS Version - 5
Win2k box -

The images appears broken.  I can't give you a url because it's a
protected internal server of the clients.

Thanks!

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 21, 2002 11:18 AM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


What version of IIS?  Do they get an error, or is the image just broken?

What's the URL?

chris olive

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 19, 2002 5:13 PM
To: CF-Talk
Subject: OT: IIS Problem - HELP!


Calling all of the IIS geniuses on this list!  I know this is a CF list,
but I'm sure there are a few of you. :)

I have a client whose server appears not to allow relative referencing
from the root -

Example: "/images/SomePic.gif"

In order for them to reference any images they have to use the relative
dot notation from whichever directory they are in -

Example "../../images/SomePic.gif"

Does anyone know how this may have been disabled in IIS?  And if so, how
to re-enable referencing from the root.

THANKS!!!

- Paul




__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IIS Problem - HELP!

2002-07-22 Thread Paul Begovich

Yes, the source of the image tag is correct.  Everything works fine on
our development enviroment for referencing from the root (ie
"/images/something.gif"), however on their staging server it does not.
It only works if it is referenced either "../images/something.gif" or
"images/something.gif".  

It's not a matter of the code, it's a matter of the server settings to
get it to accept the "/" reference for root.

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 12:31 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


take a look at the page.  do a view source.  look at the SRC of the IMG
tag. is it actually correct?

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IIS Problem - HELP!

2002-07-22 Thread Christopher Olive

right.  are the client's directory structures the same on both machines?

i'm looking for something like this...

dev box:
http://clienturl points to /
/ - has all root files
/images - has all appropriate images

staging -
http://clienturl points to /
/clientname - has all root files
/clientname/images - has image files.

c

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:50 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


Yes, the source of the image tag is correct.  Everything works fine on
our development enviroment for referencing from the root (ie
"/images/something.gif"), however on their staging server it does not.
It only works if it is referenced either "../images/something.gif" or
"images/something.gif".

It's not a matter of the code, it's a matter of the server settings to
get it to accept the "/" reference for root.

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:31 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


take a look at the page.  do a view source.  look at the SRC of the IMG
tag. is it actually correct?


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IIS Problem - HELP!

2002-07-22 Thread Paul Begovich

Hmm... I think I know where your going - What if their staging IS
completely different than their live - and when they are testing, it's
on a stripped down version of IIS that supports only one site, with
subdirectories, and their testing on that subdirectory.  "/" would be
usesless in referencing.  Good thought!  I'll get back to you with the
answer, hopefully that is the issue.

Thanks!

Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 1:15 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


right.  are the client's directory structures the same on both machines?

i'm looking for something like this...

dev box:
http://clienturl points to /
/ - has all root files
/images - has all appropriate images

staging -
http://clienturl points to /
/clientname - has all root files
/clientname/images - has image files.

c

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:50 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


Yes, the source of the image tag is correct.  Everything works fine on
our development enviroment for referencing from the root (ie
"/images/something.gif"), however on their staging server it does not.
It only works if it is referenced either "../images/something.gif" or
"images/something.gif".

It's not a matter of the code, it's a matter of the server settings to
get it to accept the "/" reference for root.

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:31 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


take a look at the page.  do a view source.  look at the SRC of the IMG
tag. is it actually correct?



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IIS Problem - HELP!

2002-07-22 Thread Christopher Olive

I would very much appreciate it if you'd stop reading my mind. :)

Seriously, that's exactly it.  I'lll await your answer.  Good luck.

Chris Olive

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 1:59 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


Hmm... I think I know where your going - What if their staging IS
completely different than their live - and when they are testing, it's
on a stripped down version of IIS that supports only one site, with
subdirectories, and their testing on that subdirectory.  "/" would be
usesless in referencing.  Good thought!  I'll get back to you with the
answer, hopefully that is the issue.

Thanks!

Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 1:15 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


right.  are the client's directory structures the same on both machines?

i'm looking for something like this...

dev box:
http://clienturl points to /
/ - has all root files
/images - has all appropriate images

staging -
http://clienturl points to /
/clientname - has all root files
/clientname/images - has image files.

c

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:50 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


Yes, the source of the image tag is correct.  Everything works fine on
our development enviroment for referencing from the root (ie
"/images/something.gif"), however on their staging server it does not.
It only works if it is referenced either "../images/something.gif" or
"images/something.gif".

It's not a matter of the code, it's a matter of the server settings to
get it to accept the "/" reference for root.

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:31 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


take a look at the page.  do a view source.  look at the SRC of the IMG
tag. is it actually correct?




__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IIS Problem - HELP!

2002-07-23 Thread Paul Begovich

Chris, 
You were right! (You've got to love it when someone says that.) The
client has their 'staging' server - which is actually a single site they
test multiple sites on in subdirectories.  Whereas their live
environment, has the site sitting in it's own directory.  Just as you
described.  Thus, making it impossible to use "/" root level referencing
because your testing on one server that is configured differently than
the live server.

The client had original informed us their staging enviroment was
configured the same as their live enviroment.  And this being an
internal server, we weren't able to confirm anything.

I'm going to work with my Project Manager and the client on possible
resolutions.  

Thanks for all of your help!  Keep in touch.

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 22, 2002 4:46 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


I would very much appreciate it if you'd stop reading my mind. :)

Seriously, that's exactly it.  I'lll await your answer.  Good luck.

Chris Olive

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 1:59 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


Hmm... I think I know where your going - What if their staging IS
completely different than their live - and when they are testing, it's
on a stripped down version of IIS that supports only one site, with
subdirectories, and their testing on that subdirectory.  "/" would be
usesless in referencing.  Good thought!  I'll get back to you with the
answer, hopefully that is the issue.

Thanks!

Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 1:15 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


right.  are the client's directory structures the same on both machines?

i'm looking for something like this...

dev box:
http://clienturl points to /
/ - has all root files
/images - has all appropriate images

staging -
http://clienturl points to /
/clientname - has all root files
/clientname/images - has image files.

c

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:50 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


Yes, the source of the image tag is correct.  Everything works fine on
our development enviroment for referencing from the root (ie
"/images/something.gif"), however on their staging server it does not.
It only works if it is referenced either "../images/something.gif" or
"images/something.gif".

It's not a matter of the code, it's a matter of the server settings to
get it to accept the "/" reference for root.

- Paul

-----Original Message-----
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:31 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


take a look at the page.  do a view source.  look at the SRC of the IMG
tag. is it actually correct?





__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IIS Problem - HELP!

2002-07-23 Thread Christopher Olive

Hey, no problem.  After having been wrong so many times in my life, it's
nice to hear a dissenting viewpoint. :)

(now if i could just get the people to whom i'm emailing my resumes to admit
the same...preferably followed by a "for the job!")...

:)

i'm in touch.  i've been reading this list for 2+ years.  although, feel
free to drop me a private line if you need something...

Chris Olive

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 23, 2002 12:02 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


Chris,
You were right! (You've got to love it when someone says that.) The
client has their 'staging' server - which is actually a single site they
test multiple sites on in subdirectories.  Whereas their live
environment, has the site sitting in it's own directory.  Just as you
described.  Thus, making it impossible to use "/" root level referencing
because your testing on one server that is configured differently than
the live server.

The client had original informed us their staging enviroment was
configured the same as their live enviroment.  And this being an
internal server, we weren't able to confirm anything.

I'm going to work with my Project Manager and the client on possible
resolutions.

Thanks for all of your help!  Keep in touch.

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 4:46 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


I would very much appreciate it if you'd stop reading my mind. :)

Seriously, that's exactly it.  I'lll await your answer.  Good luck.

Chris Olive

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 1:59 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


Hmm... I think I know where your going - What if their staging IS
completely different than their live - and when they are testing, it's
on a stripped down version of IIS that supports only one site, with
subdirectories, and their testing on that subdirectory.  "/" would be
usesless in referencing.  Good thought!  I'll get back to you with the
answer, hopefully that is the issue.

Thanks!

Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 1:15 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


right.  are the client's directory structures the same on both machines?

i'm looking for something like this...

dev box:
http://clienturl points to /
/ - has all root files
/images - has all appropriate images

staging -
http://clienturl points to /
/clientname - has all root files
/clientname/images - has image files.

c

-Original Message-----
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:50 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


Yes, the source of the image tag is correct.  Everything works fine on
our development enviroment for referencing from the root (ie
"/images/something.gif"), however on their staging server it does not.
It only works if it is referenced either "../images/something.gif" or
"images/something.gif".

It's not a matter of the code, it's a matter of the server settings to
get it to accept the "/" reference for root.

- Paul

-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 22, 2002 12:31 PM
To: CF-Talk
Subject: RE: IIS Problem - HELP!


take a look at the page.  do a view source.  look at the SRC of the IMG
tag. is it actually correct?






__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists