We are running exactly the same web application - both machines are running
with SP2
We have a test link
http://www.tri-portal.com/test/subfolder1/test%20%26%20%23%20%25%20test.htm
which returns a 404
This link works on our development server.
The Q article says there is a problem but any ideas why we have it working
on one and not the other?
Thanks
David
--
//David
"DMorris" <mor...@comsiant.com> wrote in message
news:O31y#WBJCHA.1168@tkmsftngp13...
It was on the WIN 2K ADV server but we were aware of the problems with
URLScan and escape characters so removed it, (we used it as part of
IISLockdown tool) but to no effect.
David
"David Wang [MS]" <som...@online.microsoft.com> wrote in message
news:#CMN72JJCHA.1596@tkmsftngp13...
There are several things about that URL which URLScan would object to:
1. %26 decodes to '&' , which is a restricted character
2. %25 decodes to '%' , which does not preceed any other numbers (not
normalized) and also a restricted character
You really should keep URLScan installed. Your URL is really contrived and
contain candidates for attack.
When you say "Removed URLScan" did you uninstall it and restart IIS or did you
just remove the URLScan filter? Since it is an ISAPI Filter, you must restart
IIS after removing/uninstalling/configuring it. Running the URLScan uninstall
should have prompted you to restart IIS.
--
//David
"DMorris" <mor...@comsiant.com> wrote in message
news:uH5XKZPJCHA.2372@tkmsftngp12...
Thanks for this - we found that although we had un-installed IISLockdown we
found that the URLScan ISAPI filter was still listed on IIS. We
un-installed this and the problem was solved. Could this be because we had
installed previous version of URLScan prior to applying IISLockdown ?
Also thanks for your comments about the URL(s). Our application is purely
intranet based
and allows staff to publish documents from their desktop the Intranet.
David
"David Wang [MS]" <som...@online.microsoft.com> wrote in message
news:ueRpBffJCHA.2604@tkmsftngp11...
However, keep in mind that they are separate tools. Also, URLScan is an ISAPI
Filter, meaning that if you declined to restart IIS during uninstall for some
reason, it would not be able to uninstall (it's similar to declining to reboot
Windows after removing some system component that was in current use).
In any case, I would still install URLScan but instead put it into "monitoring"
mode where it does nothing except logs what it would have rejected given its
current configuration. Do this over a trial period to see how a particular
URLScan configuration works out.
--
//David
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"DMorris" <mor...@comsiant.com> wrote in message
news:u2jyxL$JCHA.2580@tkmsftngp11...