Publishing VB.Net Web apps

  • Thread starter Thread starter Anil Gupte
  • Start date Start date
A

Anil Gupte

How does one publish easily? From what I gather, you have to save locally
and then manually ftp the requisite files to the web server. Is there not
an automated way to do this? Is there some sort of FTP application built
into VS?

Thanx,
 
Is there some sort of FTP application built into VS?


yes there is , you can just connect to the website and synchronize the
contents to a local version or vice versa

this is also possible through frontpage extensions ( http )

regards

Michel Posseth
 
How? I did not see anything under any of the menus to FTP. I know that
FrontPage is not on the server and installing it is not an option.

Also, when I start a Asp.Net Web app project, the book I have tells me I can
browse to the website and publish, but VS does not allow it. The OK box
stays greyed out even if I provide a fully qualified path.

BTW, I am using VS.Net 2003

Thanx,
 
Back
Top