Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two solution one is user solution and second is admin solution. i run or debug both the solution . In user side user upload document or file and saved file in server. when admin login from admin solution he get name of list of file uploaded by user and after clicked on file name he get error that 'The resource cannot be found' same as user also get list of file as reply from admin and he also get error 'The resource cannot be found.' Below path stored in web conifg file in admin solution

<add key="adminpath" value="http://localhost:54321/"/>
<add key="userpath" value="http://localhost:61866/"/>

In user solution Below path stored in web conifg

<add key="adminpath" value="http://localhost:54321/"/>
<add key="userpath" value="http://localhost:61866/"/>
Posted
Comments
♥…ЯҠ…♥ 28-Nov-13 6:36am    
which path you are using to save the file in server?

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