> Are there any specific CFMX 6.1 issues related to IIS6.0?
> When I try to view any cfm pages I get the following error msg:
>
> HTTP Error 401.3 - Unauthorized: Access is denied due to an
> ACL set on the requested resource.
> Internet Information Services (IIS)
>
> I'm not very familiar with using a IIS6/win2003 setup.

You're more likely to run into permissions issues with IIS 6 than with
previous versions, I think. Check the ACLs on the .cfm files in question,
and on the ISAPI DLLs and related files. If you want to allow anonymous
access, you'll need to grant "Authenticated Users" or the anonymous login
account read/execute access to the DLLs, and execute access to the .cfm
files.

The ISAPI stuff is typically located in the wsconfig directory, the location
of which will vary depending on whether you've installed the J2EE or
standalone version of CFMX. On my (J2EE) machine, it's \jrun4\lib\wsconfig.
On a standalone machine, it's somewhere within \cfusionmx.

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]

Reply via email to