1

In our web application we have a directory which resides outside of the project. On IIS that's no problem to do, but can I do that also in my project in Visual Studio?

Edit: My project is running on File System, and not on Local IIS

Kent Fredric
  • 56,416
  • 14
  • 107
  • 150
Lea Cohen
  • 7,990
  • 18
  • 73
  • 99

1 Answers1

4

If you click File|Open|Website and then click on the Local IIS button on the left-hand side of the dialog, then navigate to your project file and open from there you should find the virtual directories are included in Solution Explorer.

PhilPursglove
  • 12,511
  • 5
  • 46
  • 68
  • But I'm using File System, so my project isn't on my Local IIS. I'll update my question. Thank you for your answer! – Lea Cohen Dec 10 '08 at 10:26
  • I'm more or less sure you can't do it in that case - the file system has no concept of vdirs, they're an IIS-only thing. Unless someone else knows better... – PhilPursglove Dec 10 '08 at 10:49