I have two ASP.NET applications: the first is backend app made with WebFroms, the second is my frontend app written in MVC. Both apps are sharing the same database. I have problem with frontend media files. I want to manage those files in MVC Content folder from my backend WebForms app and i can’t find way to connect paths.
Is there any correct pattern to do such thing? Or maybe my conception is wrong?
Assuming the applications are on the same server you can map the paths using a virtual directory in IIS. This way both applications can access the files from a central location.