Change Default Browser for asp.net MVC

Do you ever have problem to change default browser for Asp.Net MVC application?

Here simple solution to change default browser for asp.net mvc application.

Follow this step :
  1. Right click at solution explorer on mvc application and choose add new item.
  2. Choose "Web Form" file.
  3. Right click at web form file and choose browse with to change default browser for your asp.net mvc application.




By
NOTE : – If You have Found this post Helpful, I will appreciate if you can Share it on Facebook, Twitter and Other Social Media Sites. Thanks =)

Popular posts from this blog

How to create zip file to download in JSP- Servlet

How to create DataGrid or GridView in JSP - Servlet

Pinging in ASP.NET Example