Hledat

úterý 2. července 2013

c# debugging without virtual path

How to remove virtual path from root url of dev web server?

Add to your .sln project file to the ProjectSection

VWDVirtualPath = "/"

You get http://localhost:55666/Default.aspx
instead of http://localhost:55666/Test1/Default.aspx


It's handy especially if using 3rd party components like obout.com