I have a test ASP.NET MVC3 application developed in VS2012. When I start debugging the app is accessed from the host machine via the request to http://localhost:
This is what worked for me:
C:\VSProjects
in my case)Directory Browsing
from the list of options. On the right side there's a Enable
button. Click it. Now I can access my folder and project bin on the network through mypcname\VSProjects\myProj\outputBinViewer
.