I've been converting some .net "Web Sites" to "Web Applications". This has been going along smoothly. One of the steps that I perform each time I do a conversion is I go to the web section of the project properties and set the virtual directory.
So far, I've set up
-http://localhost/site1
-http://localhost/site2
-http://localhost/site3
Finally, I've received the task of performing a Web Site -> Web Application conversion on the web site that resides on the root directory of our servers. However, if I specify http://localhost/ as the virtual directory in Visual Studio, it results in an error. How do I go about converting the root web site to a web application project in Visual Studio?