Using ASP.NET 2.0
Is is possible to display an image using the <asp:Image> tag where the image is located in a directory not under inetpub\
Reason for the question is we have a desktop database application that shares the same database with a web app. Currently the images are stored in a sub-directory under the main application. Assuming we give the web app/users access to this directory is this possible?
Is is possible to display an image using the <asp:Image> tag where the image is located in a directory not under inetpub\
Reason for the question is we have a desktop database application that shares the same database with a web app. Currently the images are stored in a sub-directory under the main application. Assuming we give the web app/users access to this directory is this possible?