Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display Images not located under virtual path

Status
Not open for further replies.

WIREMESH

Programmer
Mar 15, 2004
109
US
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?
 
possible yes, recommend no. there are a number of security and network related issues that can arise.

Jason Meckley
Programmer

faq855-7190
faq732-7259
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top