I work for an ISV and we have a vanilla ASP.NET (no mvc) web application which we deploy to our customer sites.
We’re currently doing it via xcopy and IIS manually.
What’s the best technology to use to deploy it? ClickOnce? WebDeploy? Something else?
Tips appreciated.
WebDeploy FTW.
Check out this excellent article/video from Scott Hanselman.
Handles config transformations as well as the painful task of database deployments.