Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How can i host my web application??
i have a web application developed by using Asp.net. i have all the codes and i want to host my website(Now am running it on local env)
what i do first??
plz explain me step by step
Posted
Updated 22-Apr-16 0:07am
Comments
sagar wasule 22-May-12 5:56am    
Which IIS do u have IIS6.0 or IIS 7.0 ????
Member 13777343 13-Apr-18 2:48am    
STUCTURE WEL FELL STUDENTS
Technoses 31-May-12 1:21am    
have you got solved your problem???
Member 13777343 13-Apr-18 2:47am    
YES OK

hi,

to deploy a website pls refer following link How to deploy ASP.NET Web Application on server[^]

best Luck
Happy Coding:)
 
Share this answer
 
For local deployment
Use IIS

if you have already installed
then on you website folder
right click on folder, you get a new tab named "Web Sharing"
in this tab you can write you application name on IIS
and click ok

or use Administrative Tools>> Internet Information Service
add new website and add path of this web folder to website..




For Internet Deployment
book you domain
take webspace from the web servers

they give us FTP Account Credentials

Publish Your application through publish option on right click of web application
then

log on to web site with ftp account
and upload you pages on web server.
 
Share this answer
 
Comments
Vijaykumar Vadnal 30-May-12 2:15am    
very nice...
Technoses 31-May-12 1:20am    
thanks
Tech Code Freak 30-May-12 12:12pm    
5up
Technoses 31-May-12 1:20am    
thanks
Member 10464490 2-Jan-15 2:07am    
that's ok but how can i use my database on server?????
you can host your website using any host that provide support for asp.net hosting. also you will be needing the domain for your website.

I suggest you first try hosting it on a free server like this http://www.aspspider.com/[^] and once you are comfortable with the process just go ahead and take a commercial server.

P.S. I think the details of the process can be found easily if you search for hosting websites on IIs. also the hosts might also give you some details about this.
 
Share this answer
 

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