Visual Studio Virtual Folders

J

Jason Hartsoe

In Visual Studio I have a web project. Instead of retaining a local copy
of my image folder i'd like to access my image folder(located on another
server) with a virtual folder during debuging. Is there a way to do this so
that when I hit run, it sets up the virtual folder ready to use while
debugging?

Did that make any sense? lol

Thanks!

Jason
 
E

Eliyahu Goldin

2 problems:

1. Virtual directories are maintained by IIS rather than VS
2. AFAIK IIS doesn't support virtual directories on network drives

If you want to use images from a network shared location, you need to run a
web server on that another location.
 
J

Jason Hartsoe

i thought that was the case...so I'll just shadow the folders,.

Eliyahu Goldin said:
2 problems:

1. Virtual directories are maintained by IIS rather than VS
2. AFAIK IIS doesn't support virtual directories on network drives

If you want to use images from a network shared location, you need to run
a web server on that another location.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin


Jason Hartsoe said:
In Visual Studio I have a web project. Instead of retaining a local
copy of my image folder i'd like to access my image folder(located on
another server) with a virtual folder during debuging. Is there a way to
do this so that when I hit run, it sets up the virtual folder ready to
use while debugging?

Did that make any sense? lol

Thanks!

Jason
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,072
Latest member
trafficcone

Latest Threads

Top