Free Database Hosting

FreeASPHosting.net provides Free Database Hosting services.

Free database hosting features include MS SQL database, a popular and powerful database management system. You can manage your database using Microsoft SQL Server Management Studio (SSMS). To get started with our free database hosting service Log into your FreeASPHosting.net account and upload your database

Free Database Hosting

Enter the Username and Password: Username: <username> Password: <password>

If you don't have an account you can create an account for free.

To add your MS SQL database please perform the following steps:

a. You can import your SQL Database from backup file. To do this please click on "My Files" to access your File Manager.

Free Database Hosting

Using your File Manager upload your backup database.

Click “Upload” button

Free Database Hosting

Click Browse File and choose the path to the backup file

Free Database Hosting

Press “Upload File” button

Free Database Hosting

The file will be appear in files list

Free Database Hosting

b. In your File Manager click on the drop menu Profile and then click on "Databases" and then click on "Add Database"

Free Database Hosting

c. Enter your database name and enter a password for your database. Then press OK.

Free Database Hosting

d. Then click on Import Dump.

Free Database Hosting

The import functionality is used to create your database from a database backup (*bak).

Free Database Hosting

Select backup file stored on your hosting server to import data.

Free Database Hosting

If you do not have backup file uploaded on the server, use the File Manager to upload it.

The database will be imported from backup.

Free Database Hosting

Now you can make a connection to the database in ASP.NET.

Run the Visual Studio, select File->New->Project…->Web->ASP.NET Web Application, and set the name and the path:

Free Database Hosting

Select the MVC template

Free Database Hosting

Now select View ->Server Explorer.

Free Database Hosting

Right click on Data Connections and click Add Connection... and complete the form

Free Database Hosting

Now you can switch back to the Solution Explorer and working with the application.