Two applicantion and one images folder dilemma
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I starting to development two applications connected to the same MSSQL server one is the back-end and the other one is the front end. I want to do it that way for security proposes, but I came across with saving the path of the images in the database. Since both ends are in different folder or application, if I save the path relate to one application I won’t be able to see it in the other, also I don’t want to have the images duplicated. Any subjection or idea how is that made?