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!!!
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
Post a Comment