Genx Posted August 15, 2006 Posted August 15, 2006 Hi guys, A bit of a weird question here, but i have 3 files and they work as follows: FrontEnd.fp7 | | SERVER | | Backend.fp7 (hosted through FMS) | | SecondaryBackend.fp7 (sits in same directory as Backend.fp7, not hosted) My question is, can Backend.fp7 interact with SecondaryBackend.fp7 with the local file reference: file:/SecondaryBackend.fp7 instead of requiring that the SecondaryBackend have a full fmnet reference to the server IP and be hosted. I.e. i don't want this file hosted, but i need backend.fp7 to be able to interact with it. If im not making myself clear, please tell me and i'll answer anything you want -- i sort of need to work this out sooner rather than later. Thanks a lot guys, ~Genx
Ender Posted August 15, 2006 Posted August 15, 2006 No, it would either need to be hosted, or available on the client machine when backend needs to 'interact' with it. I don't know what crazy scheme you've come up with this time, but if access is the concern, why not host it and limit access to it? :qwery:
Genx Posted August 15, 2006 Author Posted August 15, 2006 Lol crazy scheme, no it was just a general question - no schemes :. The only time i need this file is when updating the other one (to store next serial keys). A yes or no would've sufficed Ender :. Cheers mate, ~Genx
Recommended Posts
This topic is 6743 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now