Saturday, March 24, 2012

Mapping a physical path in the server

Hi,

In my asp.net application, I need to map an image from the server ( which will be in E:\Images\ ) folder.

My application folder is in c:\inetpub\wwwroot\myApplication

How this can be acheived?

Should I keep seperate virtual directory for the images?

Please give me some suggestions...soon.

I am working with asp.net 1.1. & VB.Net

Thanks & Regards,

Syed.

If you set the correct permissions, you can stream an image from outside the web hierarchy, but it's easier to use a virtual directory.

Jeff


Thank you very much. Its working with the changes in permissions.

Thanks & best regards,

Syed.

0 comments:

Post a Comment