IIS Problem

2003-03-26 Thread Shahzad.Butt
If I type in http://127.0.0.1/CFIDE/Administrator/Index.cfm the rather
than opening my cfadmin page it opens a dialog box with options to SAVE,
OPEN, CANCEL.. Same thing is happening for my website which is
remotely used. What could be the reason. I've already restarted IIS
quite few times.

Thanks,
Shaz


![EMAIL PROTECTED]@APOLLO!

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: IIS Problem

2003-03-26 Thread Randell B Adkins
Go to IIS
View the properties of the website
Click on Home Directory
Click on Configuration
See if you have the extension of .cfm in the Application Mapping
If not, add it

Extension: .cfm
Executable:  C:\CFusion\bin\iscf.dll
Check That File Exists: CHECKED


 [EMAIL PROTECTED] 03/26/03 11:13AM 
If I type in http://127.0.0.1/CFIDE/Administrator/Index.cfm the rather
than opening my cfadmin page it opens a dialog box with options to
SAVE,
OPEN, CANCEL.. Same thing is happening for my website which is
remotely used. What could be the reason. I've already restarted IIS
quite few times.

Thanks,
Shaz


![EMAIL PROTECTED]@APOLLO!


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: IIS Problem

2003-03-26 Thread Charles Nahm
Randell,

Thank you!  I think you have isolated the problem.  You are the man!

For CFMX, the executable in question is:

C:\CFusionMX\runtime\lib\wsconfig\1\jrun.dll

Adding the .cfm extension and the executable worked.  Can see the Admin
again!

Charles Nahm

 -Original Message-
 From: Randell B Adkins [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2003 11:57 AM
 To: CF-Talk
 Subject: Re: IIS Problem


 Go to IIS
 View the properties of the website
 Click on Home Directory
 Click on Configuration
 See if you have the extension of .cfm in the Application Mapping
 If not, add it

 Extension: .cfm
 Executable:  C:\CFusion\bin\iscf.dll
 Check That File Exists: CHECKED


  [EMAIL PROTECTED] 03/26/03 11:13AM 
 If I type in http://127.0.0.1/CFIDE/Administrator/Index.cfm the rather
 than opening my cfadmin page it opens a dialog box with options to
 SAVE,
 OPEN, CANCEL.. Same thing is happening for my website which is
 remotely used. What could be the reason. I've already restarted IIS
 quite few times.

 Thanks,
 Shaz


 ![EMAIL PROTECTED]@APOLLO!


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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



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



OT-possible IIS problem

2002-02-27 Thread Bruce, Rodney (SIGNAL)

Hello all

We are trying to stand up a new web server with CF5/IIS5/WIN2K

During the process of locking the server permissions/users down.  We deleted
the IWAM_servername and set up another account with the permissions we
thought were needed.

WE reviewed all the mapped directories/sites in IIS and changed the log on
to the new account and reviewed all the services to also make sure the old
account was not in use.

But we are still getting the error that the old account is trying to long on
and for obvious reasons is being denied access.   We re-reviewed everything
again and can find what is trying to log on using this account.  The error
acures with any site we try to run.


part of the error is access is being denied to /LM/W3SVC/1/ROOT, which
should be the mapping to the first IIS web site or /LM/W3SVC/1/ROOT/CFIDE?
which would be the mapping to coldfusion admin.

Can anyone think of a hidden or hard to find service or object that might
be trying to use this The old IWAM account.

THanks for any help
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
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: OT-possible IIS problem

2002-02-27 Thread Scott Van Vliet

Are you running Active Directory?  If so, the security settings for
those folders for the web *might* have been initially set for public
read-only access under that IWAM_server account (even if you have
already changed the security settings under the web site properties) -
which would cause an access error.

If you aren't running AD, you might still try checking the security
settings of those folders/files on the hard disk, make sure that the
settings are propagating to their children - as well as ensuring that
the web site security settings in IIS are using the new security
account.

HTH.

-Original Message-
From: Bruce, Rodney (SIGNAL) [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 27, 2002 9:56 AM
To: CF-Talk
Subject: OT-possible IIS problem

Hello all

We are trying to stand up a new web server with CF5/IIS5/WIN2K

During the process of locking the server permissions/users down.  We
deleted
the IWAM_servername and set up another account with the permissions we
thought were needed.

WE reviewed all the mapped directories/sites in IIS and changed the log
on
to the new account and reviewed all the services to also make sure the
old
account was not in use.

But we are still getting the error that the old account is trying to
long on
and for obvious reasons is being denied access.   We re-reviewed
everything
again and can find what is trying to log on using this account.  The
error
acures with any site we try to run.


part of the error is access is being denied to /LM/W3SVC/1/ROOT, which
should be the mapping to the first IIS web site or
/LM/W3SVC/1/ROOT/CFIDE?
which would be the mapping to coldfusion admin.

Can anyone think of a hidden or hard to find service or object that
might
be trying to use this The old IWAM account.

THanks for any help

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
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: OT-possible IIS problem

2002-02-27 Thread Jochem van Dieten

Bruce, Rodney (SIGNAL) wrote:
 
 But we are still getting the error that the old account is trying to long on
 and for obvious reasons is being denied access.   We re-reviewed everything
 again and can find what is trying to log on using this account.  The error
 acures with any site we try to run.

I identified the same problem when locking down IIS 5. I didn't find a 
solution (yet), but we still have some months before IIS 5 deployment.


 part of the error is access is being denied to /LM/W3SVC/1/ROOT, which
 should be the mapping to the first IIS web site or /LM/W3SVC/1/ROOT/CFIDE?
 which would be the mapping to coldfusion admin.
 
 Can anyone think of a hidden or hard to find service or object that might
 be trying to use this The old IWAM account.

If you have some tool to make a dump of the entire metabase, now is the 
time to use it (does anyone know if the IIS4 tools work?). I expect it 
is some obscure setting somewhere.

Jochem
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
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: OT-possible IIS problem

2002-02-27 Thread Dave Watts

 If you have some tool to make a dump of the entire metabase, 
 now is the time to use it (does anyone know if the IIS4 
 tools work?). I expect it is some obscure setting somewhere.

I think that either Metabase Editor will work with both IIS 4 and 5.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
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



OT - IIS Problem

2000-12-27 Thread Cold Fusion

Hello,

I have NT 4.0 running IIS 4.0.  Up until a few days ago everything worked
fine on the machine.
All of a sudden I can no longer see any virtual directories. I keep getting
an error 'Incorrect Function'
when connecting to any of the websites from a browser.  That is all that is
that is displayed.
My non-virtual directories within the root directory work fine...has anyone
seen this error before
and been able to fix it?  Sorry for the off-subject post.  Thanks in
advance!



~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free Setup 
from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support  Visit 
SoloServer, https://secure.irides.com/clientsetup.cfm.

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



RE: OT - IIS Problem

2000-12-27 Thread cfxvx100

Try to remove and recreate the application within IIS.

-Original Message-
From: Cold Fusion [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 27, 2000 8:46 AM
To: CF-Talk
Subject: OT - IIS Problem


Hello,

I have NT 4.0 running IIS 4.0.  Up until a few days ago everything worked
fine on the machine.
All of a sudden I can no longer see any virtual directories. I keep getting
an error 'Incorrect Function'
when connecting to any of the websites from a browser.  That is all that is
that is displayed.
My non-virtual directories within the root directory work fine...has anyone
seen this error before
and been able to fix it?  Sorry for the off-subject post.  Thanks in
advance!
~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free Setup 
from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support  Visit 
SoloServer, https://secure.irides.com/clientsetup.cfm.

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



Only Anonymous Security on IIS problem

2000-04-19 Thread Mark Zukiwsky

Hi all,

I have a CF-powered training application that runs on a company 
intranet. The company just installed CF 4.5 Pro yesterday, and we're 
having problems when accessing .cfm pages with "only anonymous" 
directory settings. Requests using .htm pages are processed.

The following error is generated by the browser:

HTTP Error 401
401.3 Unauthorized: Unauthorized due to ACL on resource

This error indicates that the credentials passed by the client do not have
access to the particular resource on the server. This resource could be
either the page or file listed in the address line of the client, or it
could be another file on the server that is needed to process the file
listed on the address line of the client.


FWIW, the training application is Macromedia Director based and sends 
http requests to the CF server then parses the results. Since the 
application can't authenticate, it needs "only anonymous" directory 
settings for the server.

I use PWS/CF4.01 on Windows 98 and I'm not at familiar with IIS or 
NT, so I'm kind of in the dark, and CF is brand new for this 
particular company. I have the training application running 
successfully on my CF host and on intranets at other companies, but 
this is the first CF 4.5 installation, and again CF is brand new for 
the company. Usually, the people I work with are CF experts.

If you reply could you cc me as I'm on digest.

Thanks in advance.

Mark Zukiwsky
Edmonton, Canada

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Only Anonymous Security on IIS problem

2000-04-19 Thread Rahul

R u using MSDN version of NT ? In the Instead of default Anonymous account
created by IIS use some other account which have administrator previlage.


- Original Message -
From: Mark Zukiwsky [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 20, 2000 1:17 AM
Subject: "Only Anonymous" Security on IIS problem


 Hi all,

 I have a CF-powered training application that runs on a company
 intranet. The company just installed CF 4.5 Pro yesterday, and we're
 having problems when accessing .cfm pages with "only anonymous"
 directory settings. Requests using .htm pages are processed.

 The following error is generated by the browser:
 
 HTTP Error 401
 401.3 Unauthorized: Unauthorized due to ACL on resource

 This error indicates that the credentials passed by the client do not have
 access to the particular resource on the server. This resource could be
 either the page or file listed in the address line of the client, or it
 could be another file on the server that is needed to process the file
 listed on the address line of the client.
 

 FWIW, the training application is Macromedia Director based and sends
 http requests to the CF server then parses the results. Since the
 application can't authenticate, it needs "only anonymous" directory
 settings for the server.

 I use PWS/CF4.01 on Windows 98 and I'm not at familiar with IIS or
 NT, so I'm kind of in the dark, and CF is brand new for this
 particular company. I have the training application running
 successfully on my CF host and on intranets at other companies, but
 this is the first CF 4.5 installation, and again CF is brand new for
 the company. Usually, the people I work with are CF experts.

 If you reply could you cc me as I'm on digest.

 Thanks in advance.

 Mark Zukiwsky
 Edmonton, Canada

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.