Donate

Change Default Browser Of ASP.NET MVC Project

To change a default browser for an asp.net mvc website to render is not straightforward. However, the steps are just easy:
1. Add a webform or a static html to the application, just leave the default name.
2. Right click on the newly added webform.
3. Click Browse With.
4. Choose the browser like Firefox, IE, or Chrome.
5. Mark it as default.

Thats it!!!

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Bootstrap Modal In ASP.NET MVC With CRUD Operations