ISAPI Filters and Shared Folder access? |
Post Reply |
Author | |
rwilson2
Newbie Joined: 21 May 2005 Location: United States Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 21 May 2005 at 2:35pm |
We're trying to write an ISAPI filter that reads configuration
information from a file. Since we have a large installation with quite
a few web servers, we'd like this configure information to come from a
shared filesystem, so that all the web servers can read the same data,
and we only have to manage it in a single location.
We have the filter working - if the file is on a local hard disk. If we try to access a shared filesystem, it doesn't work. We know it has to be a permissions issue, but we can't figure out why IIS can deliver the file (if you call it from an 'http://' request - IIS can deliver it back to the browser), but the filter can't open it and read it. Does anyone know how to get this working? (Or know of a person/resource we can use to figure it out?) |
|
--
RWilson |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |