Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have created a website in asp.net using c#. now i wanted to live this website but don't know how to publish, can any body helpp me to tell me step by step how can a website become live ?
my visual studio 2010, .net framework 4.0 sql server 2005, i have mdf and ldf file currently all files are in a folder in my laptop, i don't have a server need to purchase a server space and domain name ? how and where...
Posted
Updated 20-Aug-15 22:41pm
v2
Comments
DamithSL 21-Aug-15 3:55am    
where you want to publish? is this intranet or internet site?
F-ES Sitecore 21-Aug-15 4:04am    
Easiest way is to do a "file publish" to a folder on your local machine, then upload all the files in that folder to your web host. You might need to manage different connection strings etc via web config transforms. There is no "setp by step" as we don't know what version of VS you're using, what mechanism your host supports for transferring files, if you need config transforms, if you need a database etc.
Member 10273293 21-Aug-15 4:41am    
i have update the question
F-ES Sitecore 21-Aug-15 4:54am    
So you want us to tell you how to buy hosting, buy domains, configure them, how to move databases to your host, change config files, publish the site, ftp etc etc etc? This isn't really a coding question. Buy webhosting and follow their instructions for how you transfer your files and database as the process differs from host to host.
Member 10273293 21-Aug-15 5:19am    
can u give me any webhosting site link which is good in services ?

The following steps are used to publish the web site:
1. Right Click the Web application and select the "Publish Web App option"
2. Profile -> Select the Profile.
Connection -> Publish Method (select File System) & define location
Setting -> Release
And the click the publish button

Now you get the compiled code ready for publish
 
Share this answer
 
Register your domain and hosting space in www.godaddy.com or www.bigrock.com based on the your requirement and your budget.

Once if you received your hosting space in the server then you can host(Use filezilla) your published file in your hosting space and create a database in the server (This database server details will be from godaddy or bigrock after purchasing)

If you have any question you can contact godaddy or bigrock support to host you website successfully.
 
Share this answer
 
Comments
Member 10273293 21-Aug-15 5:46am    
thanks i will try it

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