149k views
1 vote
How do you connect asp.Net mvc web application in visual studio 2013 to a database created in mysql query browser

1 Answer

4 votes

Solution :

Asp.Net is a programming language of Microsoft. It stands for Active Server Pages. It was developed by the giant, Microsoft which provides and helps the programmers to build a dynamic web sites, services and applications.

Using the asp.Net we can create a web application which provides interface to the existing database.

Creating an ASP.NET web application :

-- We create a new project in the Visual Studio in the same solution or the new solution and then select asp.NET web app template.

-- Name this project as ContosoSite.

-- Click OK.

-- Now in the project window of a new asp.Net project window, we select the MVC template.

-- Clear the Host in Cloud option as of now as we can deploy the application to the cloud later on.

-- Click ok for creating the application.

User Joshua Wolff
by
5.1k points