I had a member ask me a question this morning that I could not answer.
Thought someone on the list might be able to help.

Here's his message:

"At my company, I have a CFML server sitting on IIS 5.0, on top of
Windows 2000.  It has been patched, and updated to the latest
(6,1,0,83762 on Java 1.4.2).  The web-server is running two sites on
it (A and B).  Everything is working well on the A site  (which is the
default-site according to IIS).  However, on the B site, we have lost
the ability to POST forms.  Session variables are sticking fine, along
with all other processing, however, the FORM structure is ALWAYS
empty, regardless of what I do.  A simple page like the below fails :

<form method="post" name="myform" action="">
    <input type="text" name="sample">

    <input type="submit" value="Submit">

</form>

[page2.cfm]

<cfdump var="#FORM#">

The same page(s) when copied to my default site work per-expected,
with the CFDUMP showing the FORM structure, with the submitted
"sample" field.

As far as I can see, the site definition within IIS has been copied
verbatim, minus the hostname, and site name.  The "Cache Web Server
Paths" option has been de-selected within the CFIDE.  I have the CFIDE
directory virtually mapped in both sites.  The Application.CFM page
within the B site has nothing special, with the CFAPPLICATION tag, and
the NAME, CLIENTMANAGEMENT, SESSIONMANAGEMENT, SETCLIENTCOOKIES and
the SETDOMAINCOOKIES directives set."

Anyone on here ever seen this problem before?

Rick Mason
Mid-Michigan CFUG
www.coldfusion.org
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to