I am trying to debug a problem when my local IIS mysteriously decided not to recognize my virtual directory.
In my MVC 4 project, my web server is set to "Local IIS" and my project url is equal http://localhost/MySite. When I click the button Create Virtual Directory, I get the message "The virtual directory was created successfully."
But when I go to IIS Manager and click on Default Web Site | MySite | View virtual directories, there are no virtual directories in the list. This also applies to the website where the virtual directory is running.
Why can't I see the virtual directory created in Visual Studio 2013for local IIS in IIS Manager?
Where can I see virtual directories created by VS?
source
share