Hi,
I'm just about to finish a web application that i developed in ASP.NET. Can anyone help/explain to me how can i make my application run on the server(how to turn my application into a website). How do i get things like domain name,do i need filezilla,to name a few.
I'd also appreciate if u could give me any helpful links.
I'd also like to take this opportunity to thank all the c-sharpcorner memembers for replying to my question and helping me, i wouldn't have finished it if it weren't for u. THANK YOU ALL FROM THE BOTTOM OF MY HEART!!!...
Yours in Code
Choko,AD;
Loading

Sam HobbsPosted Oct 14, 2011, 2:46 PM
Be sure to get a hosting service for a Windows (IIS) server. Usually Linux (Apache) servers cost less but they don't run IIS. As far as I know, you can use Visual Studio to upload your web site. One thing that might be confusing is that in Visual Studio you probably will load the web site to an existing web site, even if it is the first time. That caused some confusion for me.
Andile ChokoPosted Oct 14, 2011, 10:05 PM
Sam HobbsPosted Oct 14, 2011, 5:27 PM
The important page for purchasing domain names and hosting services from me is Search, Register and Transfer Web Domain Names and More. I suppose I should say that if anyone uses that to obtain services, then I will try to help and that might make it a better deal than many other similar deals that cost less.
There are other services that sponsor this web site, especially DiscountASP.NET whose advertisement is currently showing at the top right of this page.
Mahesh ChandPosted Oct 14, 2011, 5:20 PM
I think you should change your website background to white and foreground dark. Right now, it is not easy on eyes and I find it hard to read :)
Andile ChokoPosted Oct 14, 2011, 4:04 PM
Mahesh ChandPosted Oct 13, 2011, 11:28 PM
You also need a hosting (ASP.NET) account. This can be with these same companies as well. You usually pay monthly for this service.
After that, they will give you information about logging to your account and upload/deploy your application on IIS. Each company has their own way (tools/control panel) for deployment etc.
Good luck!