Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends,
I have developed website in Asp.net now i want to host it but don't know to do it .please help me
Thank you all in advance.
Posted

You must also remember to use a host that supports Microsoft.

Most hosting companies are LAMP, and tend to only be able to host HTML/Javascript, and cannot deal with ASP.

Linux based hosts are more numerous and cheaper. (More competition keeps the price down, and whilst Linux is free, MS Server is charged for), but there are Microsoft Hosts that are available at reasonable rates.
I had this issue recently and got a deal at £60 per year.

MS Servers also allow full .NET usage and the suite allows manipulation of Excel, Word and Access files very easily.
 
Share this answer
 
It's quite simple:
1. Publish your website: click on "Build" menu > Publish xxx (where xxx is the project name). In publish method, you could choose File System (simple way), and then choose target location > Publish.
2. Copy the published directory (result from step 1) into IIS root directory. Test it!
 
Share this answer
 
Comments
SantoshRohinSantosh 2-Apr-12 5:03am    
And what about data base???

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