G
Guest
Hello,
I have a site that uses windows authentication and I demand credentials for files inside a specific folder. (through web.config).
My problem is that when I try to read something from my access database with a user that is not yet authorized I always get an error. (I am using a datareader with oledb that works perfectly for authorized users).
I do not want to give access to unauthorized users for the specific folder for security reasons.
Any ideas?
Thank you in advance,
Nick
I have a site that uses windows authentication and I demand credentials for files inside a specific folder. (through web.config).
My problem is that when I try to read something from my access database with a user that is not yet authorized I always get an error. (I am using a datareader with oledb that works perfectly for authorized users).
I do not want to give access to unauthorized users for the specific folder for security reasons.
Any ideas?
Thank you in advance,
Nick