Is there any way to have something that looks just like a file on a Windows file share but is really a resource served up over HTTP?
For context, I'm working with an old app that can only deal with files on a Windows file share, I want to create a simple HTTP-based service to serve the content of the files dynamically to pick up real time changes to the underlying data on request
Thanks for the tips - I've got some research to do now...
Thanks all,