Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Right now i am working one of the project of asp.net mvc 5 so in one solution i had created two projects one for Admin and second one for Client,so in admin i have page for adding feedback's of customer's and there i am saving images of customer in admin project uploads folder.

Now the issue is how can i access that admin project uploads folder in client project..

Till now i had tried to reference the admin project by add reference in client, and write a code to get current url and put the path as per the url, But both of the projects are running in another port so images are not showing in client page..

Another i had unload the client project and referenced the folder path in client.csproj file by that i can see files in that project but if i reference as path images are not showing on webpage.
XML
<Content Include="Path\To\Folder\*.jpg" >




Please help me on this...
Posted
Updated 1-Dec-15 20:26pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900