Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > General Discussion
  New Posts New Posts RSS Feed - ISAPI Filters and Shared Folder access?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ISAPI Filters and Shared Folder access?

 Post Reply Post Reply
Author
Message
rwilson2 View Drop Down
Newbie
Newbie
Avatar

Joined: 21 May 2005
Location: United States
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote rwilson2 Quote  Post ReplyReply Direct Link To This Post Topic: ISAPI Filters and Shared Folder access?
    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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.