Rather than changing access permissions on the server, I added the following lines at the bottom of config.asp in the else part of if strAuthType = "db" then '## Force NT Authentication
if Request.ServerVariables("LOGON_USER") = "" Then
Response.Status = "401 Access Denied"
Response.End
end if
This did the trick.
My question is - is there any reason I should not do it this way?
Regards - z - http://www.discuss-online.co.uk/