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
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
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.
when is open website from left hand site of window (local iis) my web site apears as local file system (c:\sites...) what should i do, i want to open my web site in visual studio directly from iis