Win2003/IIS6
I have a "classic" ASP application (intranet) where I need to serve up PDF's from a network share (not just link directly). I have anonymous access turned off, and integrated authentication turned on.
Since none of the app users will have direct read access to the share containing the PDF's, is there some way to use a specific account to access this share and read the files, without having to turn anonymous access back on? I need to grab the user's login ID to perform some access checks and logging, and I understand (?) that if I re-enable anaonymous access I'll lose the ability to do this.
Thanks for any input.
Tim