blogspot visit counter

Saturday 20 April 2013

website deployment in asp.net

website deployment in asp.net
Catergories :- Create Virtual Directory   ,  How i can Host website using Ftp FilZilla Software

Internet Information Services is used to make your computer a web server. If we want to have a web server for developing dynamic website or want to publish
website on our own server then we install the IIS.Internet Information Server (IIS) is a World Wide Web server, a Gopher server and an FTP server all rolled
into one. IIS means that you can publish WWW pages.
If you want to your web application accessible to any other pc in intranet or internet you need to IIS.

Below are steps for deployment:

1.Right click your website and click on Publish website.All compiles files are ready for deployment.
2.Create a backup for database whichever you are using and restore it on production server.
3.Go to server using ftp or filezila copy all compiles file on server.
4.Open Webconfig and change the connection string according to your Database name and server.
5.Create a virtual directory for this website.
6.Your website is ready.
7.Test website http://192.163.0.234(ServerName)/VDName/Login.aspx

How i can use FTP Software
Download the  ftp software from the fowlling link as give below

FileZilla software Download Link
Create Virtual Directory
after downland and install the filezilla you got the icon on the desktop or your program file .Image as shown Below

Click on the icon and open the filezilla client


Wirite the hostname and username and password
host:  ftp.domainname.com or 180.167.50.345 (this is your host IP) 
username: your username
password: your hosting passwrod


After Enter the user name and passwrod click on Quickconnect button then you wil get the message in left hand site

Status:    Directory listing successful


1 comment:

Related Posts Plugin for WordPress, Blogger...