Hi,
I'm currently working on an Asp.net MVC Web application. In my solution, there're two projects: front office and back office. I'd like to share a folder that'll contain resources such as images, documents, etc... that'll be uploaded through the web application.
For example, when I upload an image using the back office, I only need to store the name of the image in my database, that way I'll be able to use this image in my front office part. So I need to share a folder between both my applications.
Thanks for responses!