How can I...

  • Thread starter Thread starter Chad A. Beckner
  • Start date Start date
C

Chad A. Beckner

Hey all,

When I run my ASP .NET application from within VS, it launches a new IE
window. However, many of the examples I have seen show the web pages within
the VS .NET development environment (at run time). How can I do this, I
can't find a setting to do this.

Thanks!

Chad
 
Hi Chad,

1. In Solution Explorer, right click on the page.
2. From the context menu, click Browse With....
3. In the box, select Internal Web Browser.
4. Click Set as Default.
5. Click Browse.

Does this help?

Ken
Microsoft MVP [ASP.NET]
Toronto
 
Open the file in the IDE that you want to see ran in the ide.

Click File->View In Browser


Should be it :)

Mythran
 
Back
Top