visual studio 2013 - How can you transform an app.config from a second transform specification? -
how can transform app.config second transform specification?
the existing slowcheetah extension great job, far can see, works against build configuration
but web applications can have 2 transforms, 1 build configuration , second publish profile, applied original web.config
how can replicate desktop application app.config?
in visual studio there 2 levels of transformations. - transform based on build configuration (i.e. web.release.config) - profile specific transforms
the idea being if need share transforms across profiles can create new build config , define shared transforms , can create profile specific transforms items environment specific.
to create build config transforms, can right click on web.config , select add transforms. create profile specific transform can right click on publish profile (.pubxml file under properties\publishprofiles). more detailed info see doc @ http://www.asp.net/web-forms/overview/older-versions-getting-started/deployment-to-a-hosting-provider/deployment-to-a-hosting-provider-web-config-file-transformations-3-of-12
Comments
Post a Comment