PDA

View Full Version : anonymous user and Request.Form


geoffsweb
05-28-2003, 11:36 AM
I recently switched to NT Authentication on our Intranet. Now when I try to hit some Access databases across the network, it doesn't give me permission. I have figured out how to give each file and folder permission for the anonymous user to access them. That works, but my asp pages are failing now because when I went back to Allow Anonymous User for those files, the Request.Form's on the pages don't work. Any ideas?

tanvir
08-14-2005, 11:42 AM
I think your problem is with the authentication. Look into the users configuratoins if they have read permission to the files they want. Probably something has gone unnoticed with the permission if your database was working fine before you installed NT authentication.

rshumpe
08-17-2005, 07:51 AM
More specifically check the permissions of the IUSER_machinename.

If I recall, when you allow Anonymous User access, that is the NT account that will be requesting the info. Check to see if that account has the required access level