Hi,
i'm developing a web app in iis 7.5. This app si like a search engine, where a user can search pdf datasheets of our products.
In the authentication feature of iis there are "anonymous" and "windows" authentications enabled.
i've created an aspx page login that use ldap authentication.
Pdf are store in 2 path (virtual folder):
Path1: can access anonymous user and domain user
Path2: can acces only domain users.
In path2 is enabled pass-through authentication
I'd like that when i make login in this web application, my credentials will be used to access into the
virtual folder path2. How can i do this?
Because at the moment, also if i'm logged into web app, when i open a file in virtual directory path2
this one open a windows login form asking me credentials again
Thank you
Andrea