I have a image control and I have to set it's ImageUrl to a physical path like C:\image\image1.jpg but control takes virtual path only. How to show that image if path we have is physical path?
|
|
|
No because the client (browser) can't access that file. It needs to be a file that is exposed to "the internet". You will need to move the image elsewhere and reference it with the tilde |
|||
|
|
You could create a Virtual Folder in IIS. You can then set your image control's path to be that of the Virtual Folder. |
|||
|
|
|
You cannot, the image has to be in the web root for the end user to see it and it therefore will have a virtual path. |
|||
|
|
|
You need a It could be a control or web-service (maybe authentication is needed). |
|||
|
|
|
Still the image has to be placed in local server root folder. Not a physical path. |
|||
|
|
|
No. We, as software developers, do not directly interact with the physical layer. The physical layer is (usually) magnetic particles on a spinning platter. There is no physical path to it. We operate at several layers of abstraction above the physical layer. |
|||
|
|
