What version of IIS, CF, and URLScan?

Also, something I believe I forgot to mention earlier... there's an option
to hide what type of webserver you're running.  Do you have that turned on
or off?  I don't recall for sure but I seem to remember that if you turned
the "hide" feature on you got problems.

Another problem with URLScan what that it really slows down pages that have
a lot of images.  For example, a product catalog application that had 20-30
thumbnails per page ran extremely slow.  We determined the cause to be due
to the fact that URLScan scans (obviously) every request to the server.  A
page request with 20 image thumbnails on it results in URLScan scanning 21
URLs.  The original URL, and the URLs for the 20 images.  Removing URLScan
sped up performance considerably.

Obviously this "slowdown" would only affect you if you were serving up pages
with a lot of <IMG> tags such as a product catalog.

-Novak

----- Original Message -----
From: "Robert Everland" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, October 11, 2002 11:01 AM
Subject: RE: Microsoft UrlScan and CF


> I use urlscan and it works fine.
>
> Robert Everland III
> Web Developer Extraordinaire
> Dixon Ticonderoga Company
> http://www.dixonusa.com
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 11, 2002 2:00 PM
> To: CF-Talk
> Subject: Re: Microsoft UrlScan and CF
>
>
> Dave,
>
> It was several months ago that I delt with this exact same situation.  It
> was URLScan and CF5 and I also got the additional header info appearing in
> the page itself.  The reason for this is due to an additional line feed
> being placed in the header.  This causes your browser to prematurely think
> the headers are finished.
>
> I trouble ticket with Microsoft and Macromedia was opened but each company
> blamed the other for the problem.  Microsoft said that it was Macromedia's
> problem because they don't "do" headers correctly.  Their "proof" of this
> was the fact that .ASP pages don't exhibit the same behavior.  You'll
notice
> that .ASP pages put their headers up "higher" and so they actually appear
in
> the header section, not after the double line feed.
>
> Macromedia claimed that the problem was Microsoft's fault.  Their "proof"
> was that everything worked fine if you uninstalled URLScan.
>
> While both companies have a point, my personal judgment is that it's
> Macromedia's fault.  My reasoning is simple... the problem does NOT exist
in
> ASP, PHP, or PERL.  This tells me that whatever/however ColdFusion is
doing
> their headers it doesn't seem to be "right".  But my testing seems to
> indicate that it's the URLScan utility that's adding the additional
linefeed
> and causing the problem.  So, both parties are "right" and "wrong" at the
> same time.  If either one would change something it would work fine.
>
> I also want to point out that this was with IIS5, URLScan, and CF5.  I do
> not know if a new version of URLScan has come out and I have not tested
this
> with CFMX.
>
> In the end, my "solution" was to simply uninstall URLScan.
>
> -Novak
>
> ----- Original Message -----
> From: "David Hannum" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, October 11, 2002 5:09 AM
> Subject: Microsoft UrlScan and CF
>
>
> > Is anyone using Microsoft's UrlScan with CF successfully?  Whenever
> > we've tried it, CF pages display additional header messages at the
> > top, such as:
> >
> > Content-type: text/html Page-Completion-Status: Normal
> > Page-Completion-Status: Normal
> >
> > If UrlScan and CF can cohabitate, what are we missing?
> >
> > Thanks,
> > Dave
> >
> > ===============================
> > David R. Hannum
> > Web Analyst/Programmer
> > Ohio University Computer Services
> > Administrative Systems
> > (740) 597-2524
> >
> > "If your wife is having fun, and you're not . . .
> > You're still having a lot more fun than if
> > you're having fun, and she's not!"  (Red Green)
> >
> >
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Reply via email to