Lea Cohen
Lea Cohen

Reputation: 8200

Virtual Directory in ASP.NET project

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

Upvotes: 1

Views: 2671

Answers (1)

PhilPursglove
PhilPursglove

Reputation: 12589

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.

Upvotes: 4

Related Questions