suzan.balaa 0 Newbie Poster

Hey,
My solution has 3 different projects. I have images in one of these projects which I need in the other projects.
For example:
Project A : contains "kitty.png"
Project B: Needs the PHYSICAL PATH of "kitty.png" meaning C:\inetpub\wwwroot\ProjectA\Images\kitty.png

Server.MapPath can not help me in this situation since I am in Project B and I need a file in Project A..

So basically I need to get the physical path of a file from another project..

Thanks.