Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
my problem is this i don't know how to launch a website or if i have a domain name
then how can i set my asp.net website to this.
Another problem is i made my database in sql. where i have to set that database.
online or on my pc?

Please help me

What I have tried:

i search online that how to launch the website and how to use database but i cant get the information prorperly.
Posted
Updated 5-Mar-16 5:24am

1 solution

You need to start with a hosting service, probably - it's the easiest way.
There are free ones, but they tend to be pretty useless: far too small a DB, low bandwidth, or poor reliability. Sometimes all three!
There are a large number of pay-for hosting services, so use Google and find one in your native language - it really helps when you have problems - that supports the DB you want (MySql and MSSQL are not quite the same), and most (if not all) provide a free domain name, and will register it for you.
Then all you have to do is publish your site to the domain (they will tell you how to do that) and connect it to their Database server using the details they will give you. Create your DB, load the data, and off you go!

Sounds complicated? It isn't, not really - and certainly a lot less complicated than trying to register the domain, and set up your own webserver and DB!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900