Click here to Skip to main content
15,898,538 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to Host a Asp.Net Website on Internet.
=========================================

Dear Friends,

I have created a Asp.net Website almost it has 20 pages.
For this Website i Used Asp.net, C# and SqlServer 2005 and some Html pages.

and finally i finished my website and now i want to host over the internet. so that all over the world people can use and access it through internet.

Please Explain me step by Step, how to host a website over internet.
and tell me what are the requirements need for hosting a website.

Please help.

THANKS
Posted

If you are going to host your website on shared server, you will have to buy a hosting plan that generally comes with domain name, web space and SQL server database. once you buy the hosting plan you will be provided with a console to log in and copy your website contents. Also you will have to configure your website(asp.net version and other stuff). The provider also gives the user id,password and sql server's IP address with the plan. You will have to log on the server and run the sql script of your database. Modify your connection string,set DNS names and you are done.
 
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