Questions tagged [publish-profiles]
80 questions
0
votes
1 answer
Visual Studio 2013 Publish Profiles saving inconsistently
When I modify an existing publish profile, Visual Studio 2013 Update 1 does not always save the corresponding pubxml file in the /Properties folder. I'm playing a constant game of modifying files until my changes are registered correctly in the file…

wonster
- 746
- 1
- 9
- 11
0
votes
1 answer
Web Config Transforms are HTML Encoding some of the config and breaking it
I have the following:
Web.Config (this is a segment of an NLog configuration)
... removed ...
This is translated to the…

gregpakes
- 4,465
- 29
- 43
0
votes
1 answer
Publish WCF service application using File system publish method in visual studio 2012
I want to publish WCF service in my local system using File system publish method. In Publish method i have given "File system", Target location as "C:\inetpub\wwroot\wcfpublish" and destination url as "https://wcf.publish.net:11096/Default.html". …

Anusha.G
- 73
- 1
- 1
- 7
0
votes
1 answer
transforming xml files in mvc application
I am working with a .net MVC4 web application. I use publish profiles to publish my application and all works nicely.
I transform the web.config, I set up a publish profile for each of the environments I am deploying to qa, production etc. The…

amateur
- 43,371
- 65
- 192
- 320
0
votes
1 answer
managing publish profiles for mvc application
I am developing an MVC 4 web application, VS2012.
For such applications I normally created an msi to install the app but for this project I am moving to the more modern publishing mechanism. I normally install to different environments:
dev
qa…

amateur
- 43,371
- 65
- 192
- 320