Deploy application on an FTP

  • Thread starter Thread starter Xavier MT
  • Start date Start date
X

Xavier MT

Hi, is there something built in to deploy an asp net app to deploy easily to
a server
I usually compile locally and copy the bin and aspx pages using the windows
explorer
Is there another way?
 
After you build your app, you just need to copy the *.aspx, *.asax, web.config
and /bin/*.dll files to the server via FTP.

Although VS.NET doesn't handle this FTP deployment easily, you might find that
WebMatrix fits the bill:

"Web Matrix supports both FTP-based and file-based workspaces that allow
developers to easily organize and edit their ASP.NET "

http://www.asp.net/webmatrix/default.aspx?tabIndex=4&tabId=46

Ken

--
Microsoft MVPs have a question for *you*: Are you patched against the Worm?
http://www.microsoft.com/security/security_bulletins/ms03-026.asp



Hi, is there something built in to deploy an asp net app to deploy easily to
a server
I usually compile locally and copy the bin and aspx pages using the windows
explorer
Is there another way?
 
Back
Top