From the course: Visual Studio Tips and Techniques for Developers

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Browse the application in multiple browsers

Browse the application in multiple browsers - Visual Studio Tutorial

From the course: Visual Studio Tips and Techniques for Developers

Start my 1-month free trial

Browse the application in multiple browsers

- In this video, you get two tips for web developers. Tip one is about the difference between debugging and browsing the app from Visual Studio. Tip two is how to browse the application from multiple browsers. So let's start by talking about some housekeeping. I am working in this big star collectibles web app. I've made this my startup project by right clicking on it and choosing a set of startup project. And now I get to choose the debug or browse this application. So when I go up to this dropdown, the top choice this one here means to debug the server site code in the application. So let's try that. I click here, it launches my default browser. And then I hit this break point that I have in my razor page. The first time you try this, you might see a warning about installing an SSL certificate on your local computer. If so, install and continue. Now, I'm going to click on continue. That brings up the site in…

Contents