When I launch my website in vs2012, it opens to localhost:4661/MySite. This resolves to C:\Projects\Websites\MySite. How can I change localhost:4661 to resolve to my website at C:\Projects\Websites\MySite?
I'm using the visual studio web server.
It seems like I need to change the virtual path from /MySite to /. But how do I do that?
I'm using a 'website' as opposed to web application project, if it helps.
This worked in vs2010, but I was using a different web server then.
I'm new to vs2012. Thanks!