Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
How do I publish website on server from Visual Studio 2005?

I already have domain name and server space.
Posted
Updated 17-Nov-10 22:29pm
v2
Comments
Dalek Dave 18-Nov-10 4:29am    
Edited for Grammar.

 
Share this answer
 
There are many ways to publish. see below :

1st way :

1. just create one virtual directory in your local server.
2. Open your project in Visual studio 2005
3. Goto Build --> Publish Web Site
4. Then it will open Target Window. Then click on browse button and then it will open publish website window to select Local IIS/FTP site/Remote Site
5. Here select Local IIS and choose your virtual directory and click on ok button
6. Then click on OK button.

After finish publishing. open FTP client software and login to your hosting's ftp account and just upload all published content from virtual directory's physical path.


you can also choose FTP path at the time of 5th point.

Thank you.
 
Share this answer
 
 
Share this answer
 
As an alternative, you can use a third party FTP Program.

I recommend ~Filezilla[^].

It is free and easy to use.
 
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