Question:
How to publish ASP.net websites?
KatBlade
2009-01-11 15:39:22 UTC
Hi, i created a website in ASP.net but for some reason i have tried publishing it on free website hosting but it doesn't work. Can someone please tell me the procedure on how to publish ASP.net websites thanks
Six answers:
anonymous
2009-01-11 19:02:13 UTC
There are few to no free ASP.NET web site hosts. You can get free ASP.NET hosting from GoDaddy if you buy a domain name from them, and I list a few other options here:



http://www.dougv.com/blog/2007/03/12/good-free-web-hosting-companies/
Smutty
2009-01-12 11:41:40 UTC
Assuming that your web application is running without problems locally, you have to proceed as follows:

1- Find a suitable hosting. The guys did a good job on how to do this.

2- Now that you have a hosting, you have to verify that the hosting plan is enough for your needs. For example, you have to verify if the hosting provides you with MS Sql Server if you're using it locally.

3- Assuming the hosting plan you have has what you need, you need to choose a method of deployment. The easiest and fastest way to deply a .NET web application is to simply copy the application files through FTP (or whatever alternative method). This copy of the application AS IS includes copying markup and source code to the web server. If your application uses a DB, you have to create the DB online.

Another option for deploying a web application is by uploading DLL's. If you do not wish to upload your code to the web, you can use VS to publish your application online through going to Website > Publish

(

http://www.beansoftware.com/ASP.NET-Tutorials/Deploy-ASP.NET.aspx )



http://www.15seconds.com/Issue/030806.htm



http://aspalliance.com/1464_Deploying_ASPNET_Applications.all



http://www.startvbdotnet.com/aspsite/extras/deploy.aspx
anonymous
2009-01-13 11:51:41 UTC
The key word was free... Free sounds great but it is not always the best. I researched hosting companies and found that Host Monster was top rated. It is not free but close to it and you know what you are getting before you pay. I have been really happy with them and got pretty much unlimited everything for cheap. Here is there link... http://www.hostmonster.com/track/dkcrystaldesigns/
Ragz
2009-01-11 17:49:38 UTC
Use web hosting sites which supports asp.net



If you are looking for free host try binkster.com
brisray
2009-01-11 15:58:07 UTC
you need to find a host that supports ASP. Here's some free ones - http://www.free-webhosts.com/search-webhosts.php?SA=asp
Jerhia Hernandez
2009-01-11 18:45:15 UTC
http://www.domaindlx.com/


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...