Reputation: 3586
I was trying to open a html file in my ASP.NET MVC project from the Solution Explorer in my Visual Studio 2013. But I want to open this file in the "Web Browser" within the Visual Studio. Does anyone know how to do this?
By the way, the "Web Browser" window can be opened by Visual Studio menu: [View] / [Other Window] / [Web Browser]
Upvotes: 2
Views: 2439
Reputation: 4232
Right click on the HTML file you'd like to open and select Browse With...
in the context menu. Select the Internal Web Browser
.
Upvotes: 2