ASP.NET with VS 2008 How to Run Root "/" with Local Web Server
Posted
by harrije
on Stack Overflow
See other posts from Stack Overflow
or by harrije
Published on 2010-05-21T04:11:28Z
Indexed on
2010/05/21
4:20 UTC
Read the original article
Hit count: 278
ASP.NET
|visual-studio-2008
I want to use the built-in web server for VS 2008 and have it run my web-site project as the top level root "/". Instructions for VS 2005 can be found at:
My problem is with step 3 of the instructions. When the the web-site project node is selected, right click never gives me an option to select a property-grid like that shown under step 3. Nor could I find another way in the menu or tool bar to get the property-grid.
I don't know if the UI difference I'm seeing has to do with me using VS 2008 and the instructions are for VS 2005 or what?
How do I get the web-site property-grid for VS 2008, or is there an alternative way to get the root setup I want?
© Stack Overflow or respective owner