views:

14

answers:

0

I have been messing with this for a while now and cannot get it to work.

I have a directory called "wwwroot" in the root of my project. When i start the debugserver from within the IDE it serves pages from my root dir and I have to click the "wwwroot" directory link. I want "wwwroot" to be available under http://localhost:1134/projectName/ instead of http://localhost:1134/projectName/wwwroot

How do I make this work?