Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to deploy a website to internet.(ASP.NET and SQL Server )

Tags:

asp.net

I am new to the web development.I have built my website in visual studio 2008 using Sql server 2008 as backend.Now I want to know the whole process of deploying the website in some web domains and as well as my database to some database domain.I didn't purchase any domain till now.I want to know about web hosting as well.

Please help me.I have googled but did not find anything which give me complete idea about this.Please refer me some documents which i can go through or something else. Thanks

like image 744
Sandeep Pathak Avatar asked Nov 06 '22 09:11

Sandeep Pathak


1 Answers

Database: For deploying your SQL Server DB, check out the Database Publishing Wizard in VS2008 You can view the steps for the same in MSDN

ASP.net Website: MSDN articles for deploying an ASP.net website project can be found here

like image 75
Jagmag Avatar answered Nov 15 '22 05:11

Jagmag