> correctly before installing CFMX 6.1
>
> but after installing CFMX 6.1 we get the same error on all
> pages (html, cfm).
>
> HTTP Error 401.3 - Unauthorized: Access is denied due to an
> ACL set on the requested resource.
>
> What would the CFMX installation do to IIS 6 to prevent it
> from displaying html pages?
CFMX installs an ISAPI filter. All HTTP requests are passed through an ISAPI
filter before they're handled by whatever's supposed to handle them,
including requests for static files. So, that makes it pretty clear where
the problem is - it's with the permissions on the ISAPI filter.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

