Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear brothers
I have a folder contains images in a network drive (\\pmls\Images). I am developing a webapp and deploy it on a web server (separated from file server (network drive). How do i display image with picture box in asp.net?

What I have tried:

I try to set ImageUrl="\\pmls\Images\test.jpg"; But cannot display image when run web page.
Posted
Updated 18-Sep-17 18:12pm

1 solution

Does IIS know about the network folder? If not, then read this:

How to: Create and Configure Virtual Directories and Applications in IIS 7.0[^]
 
Share this answer
 

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