Help in hosting an asp.net application

  • Thread starter Thread starter GMK
  • Start date Start date
G

GMK

hi all
i don't know if here is the right place to ask such a question but i don't
know where to ask it and i'm used to get all the help i need from this
NewsGroup.
Anyway i have built a complete asp.net appilcation, now i want
to host it online but the problem is that i don't know how to create a
domain name and buy it then how to upload my application should it be trough
FTP or HTTP?
how could i get e-mail addresses according to my domain name.
i would be so thankfull if i can get any help or if anyone can redirect me
to any tutorial which could help me to complete my task.
than you
 
Anyway i have built a complete asp.net appilcation, now i want
to host it online but the problem is that i don't know how to create a
domain name and buy it then how to upload my application should it be trough
FTP or HTTP?

HTTP is the protocol to "browse" the application
FTP is the protocol to upload the application onto a web server

I suggest you to try this: http://www.7host.com
Rememeber, when you subscribe an hosting plan you must verify
if it support ASP.NET
 
Many hosting providers will sell you a domain name (e.g.,
YourDomainName.com), but they typically charge more for it than an dedicated
domain name service. You can buy your domain name from one of many domain
name services (your choice). GoDaddy.com is very good IMO and very
inexpensive for domain names.

You then find a hosting service (does not need to be the same company you
buy the domain name from).
Here is a listing
http://www.asp.net/Hosters/

I'm sure others will respond to you with personal recommendations.

About mail: your hosting company will typically offer mail tied to your
domain name.

HTH
 
First, you need to buy/register your domain with a registerer like
www.godaddy.com. GoDaddy charges about $9 per year. Registration merely
gives you the domain name. At this moment you don't have any DNS(name
server). So, you can park your domain with godaddy in the interim.

Second, you need to find a suitable hosting company. Hosting company will
provide you with their DNS (domain name server) addresses (primary and
secondary). Every hosting company provides a list of services including
SMTP, FTP, etc. Update the dns (primary and secondary) provided by the
hoster at GoDaddy (for example). Upload your web application and you are in
business.

I am hosting my web app www.aspnet4you.com with webhost4life but there are
others on the site.

Thanks,
Prodip
 
One more question please
do i need and FTP upload software to upload my application or i don't need
it
if yes is there a software that is better tahn others?
 
Back
Top