Are these separate "websites" in IIS?

Keep in mind that while CF5 uses one ISAPI dll for all pages, CFMX
requires you to create "stub" dll's for each website.  If you created
site A, and simply tried to point site B to the same DLL as site A,
you'll see the effects you pointed out.

**************************
Billy Cravens
Web and Software consulting
www.Architechx.com
 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of VDuke
Sent: Thursday, November 21, 2002 9:01 AM
To: [EMAIL PROTECTED]
Subject: Serious oddity


Scenario:
1 Webserver
2 vastly differnt IP addresses
2 IIS webs, one with one ip address and the other with the other IP
address
2 different named home directories (A, B)
1 Datasource (both webs for same client)
CFMX

The first web is up and running fine (A).  Data source works and pulls
content correctly.  Has been up for over 2 months.

Want to add new web.  Added in IIS and pointed to another home directory
in the WWWRoot (B).  Uploaded CFM files and will be using the same
database, so I am using the same datasource.  When I try to access the
new web (B), it loads the web from A.  There are no CFLocations pointing
to A.  If I stop just the web  B in IIS, it works correctly and I get an
error that there is no web associated with that IP.  I put at the TOP of
my index.cfm code to abort the page, "Hello<cfabort>".  I turn back on
the web is IIS, and it does not ever do the abort, it just loads the web
from A.

I move the home dir of B, to the root of the drive, c:\B, and leave A at
its location, c:\inetpub\wwwroot\A.  It still loads the A web.  In
addition, the URL never changes, but remains "B" url, but loads A,
therefore I can assume that I never really leave B.

Here is the kicker though, if I upload a page called Index.html, and
give it some content, the HTML page loads correctly.

Has anyone seen this before?

Thanks,
Vance Duke
Technology Manager


------------------------------------------------------------------------
-
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info:
www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org



-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to