This is pretty simple really.
1. download and install Visual Web Developer 2010 Express.
2. start a new Web Application Project
2a. make sure configuration at the top is set to DEBUG
3. right click on your project in Solutions Explorer (RHS)
3a. Select Properties from the Drop Down
4. Select Web tab
5. Select Start URL in the radio icons, and enter a URL
6. change default browser to IE. (change browse with in VWD)
7. Click Start Debugging (Green play icon)
That should start IE with Visual Studio watching it for bugs.
or if you use a DEBUGGER call in your code.
Showing posts with label debugging VWD. Show all posts
Showing posts with label debugging VWD. Show all posts
Monday, 20 September 2010
Visual Web Developer 2010 Express - Browse with...
Just a quick note to myself really.
The "Browse with..." functionality has moved from solutions explorer into the File Menu.
So to change the default browser in a project, just goto File->Browse With... and change the default browser to the one you want.
The "Browse with..." functionality has moved from solutions explorer into the File Menu.
So to change the default browser in a project, just goto File->Browse With... and change the default browser to the one you want.
Subscribe to:
Posts (Atom)