RE: IIS 5.0 Access denied for non-domain administrators

2001-05-16 Thread Randy Layman
Check the permissions on the isapi_redirect.dll file. This is just a guess, but IIS might be looking to the permissions of the file you are about to execute to determine if you can execute it. Randy -Original Message- From: COFFMAN Steven [mailto:[EMAIL PROTECTED]]

RE: IIS 5.0 Access denied for non-domain administrators

2001-05-16 Thread Ignacio J. Ortega
What do you want to do? To use basic auth for the entire site? A solution : * Use ajp12 and Tomcat 3.3, * put TomcatAuthentication attribute to true on the ajp12 request interceptor line on server.xml. * Disengage *all* auth from IIS... * Put container auth to work on your contexts ,