VS.NET does not provide Build and Browse?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I took Course 2310B, "Developing MS ASP.NET Web Apps Using VS.Net,
the classroom IDE listed a "Build and Browse" option upon right click on a form in the Solutions Window. On my own machine the VS.NET IDE offers only a "Build" option for the whole project. My IDE version is 7.1.3088 and my .NET framework version is 1.1.4322. I think my versions are newer than the classroom machines had.

Question: Does it make any difference? Maybe the whole project is built even
on "Build and Browse" for a single form?
Question: Is there a way to cause "Build and Browse" to appear as an option?

Thank you for kind assistance.
 
With VS.NET 2003 the Build and Browse has been replaced with the View in Browser functionality. It is basically the same thing.
 
Hi Lamont,

F5 (Debug with Debug on) starts a build and debug
Ctrl F5 (Debug with debug off) starts a run
View in browser starts Internet Explorer from the current page (even plain
html) without building

I hope this helps?

Cor
 
Back
Top