0
I have a WEB solution ASP
, and I have 4 projects in the solution. I have to map the path of a folder (Imagery) that is in a project called ADMIN
. And from my WEB project I have to save the images inside this same folder.
my directory code is like this...
diretorio = Server.MapPath("~/Imagens/"); // mas ele da erro diz que o caminho virtual nao pode ser encontrado...
Then I picked it up and put it all the way up...
diretorio = Server.MapPath("~/siteWEB/siteADMIN/Imagens/"); // que seria o caminho todo mas ele da o mesmo erro, que o caminho nao pode ser encontrado.
How to Save Images in Different Projects?
Welcome to the Sopt. Just to help you get used to our philosophy, which is different from a forum, take a look at http://answall.com/help/behavior, especially the 3rd. item. If not read yet, it would be good to take a look at [about], you win a medal. You can use [Edit] to leave your question in the way of a straight and clean question. Gradually you get used to it.
– Maniero