One of the annoying features of VisualStudio.NET 2003 is
that it isn’t very easy to deploy a web project to a hosted web server
via FTP. Even if you use VS.NET’s Copy Project utility, it’s pretty
much an ‘all or nothing’ tool. What happens when you only want to
post a few files? Most of use end-up using some third-party FTP tool which is annoying.
Anyway, your prayers have been answered by Bobby DeRosa who spent the time solving
this FTP problem by creating the Web
Deployer Add-in for Visual Studio 2003 (for C# projects.) It integrates
nicely with VS.NET and allows you file-by-file control of what you want to
upload.
Because Bobby is such a nice guy, he also made a VB.NET
flavor of this tool as well 
