Got a quick question about deployment methods,
I am use to programming a site in Visual Studios using C# for ASP.net and then saving and building it, then copying over the entire contents of the folder for the Visual Studio project to the coordinating IIS folder that is hosting the site each time I make a change to the site and need to update it, but there has got to be a better more efficient way do this to deploy the web site or application from Visual Studios to update your site.
Does anyone have any advice on deployment techniques or any builtin tools in Visual Studios has for deployment of a programmed site. Any advice is helpful.