Given an ASP.NET webapp that is already deployed using WebDeploy to its live server, how can I also deploy a subset of that application to another server?
eg
- Entire webapp / all files including static files-> web deploy to domain.com
- Static files only (js,images,css) -> web deploy to static.com
This is for the purpose of creating a separate cookieless site for static content only.
Is it possible with just one publish profile? Or do I need to create two publish profiles?
And is it even possible to create a publish profile that only deploys the static part of the webapp (everything in the ~/Content directory)?
Both target servers are II7.5 running on Windows 2008 64bit