Reputation: 33
I have two applications A and B hosted in a same web server. Application A have a folder named Uploads
. Now !! the code inside my application B need to access the folder Uploads
in application A. Is it possible through?
for eg: var path = Server.MapPath("Uploads").ToString();
Upvotes: 0
Views: 335