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.