No announcements
Found 712899 threads
-
0 Votes
Web.config transform with custom configuration
However, that test project publishes the package just fine and transforms the web.config file with web.Int-Release.config just as I would expect it to do.Answered | 5 Replies | 5342 Views | Created by bartsipes - Tuesday, April 16, 2013 9:01 PM | Last reply by bartsipes - Thursday, April 18, 2013 2:56 PM -
0 Votes
Web.Config Transform for Connectionstring / Development process
You don't need web.config transforms for this: Check:Answered | 1 Replies | 2248 Views | Created by Joe Kopp - Wednesday, December 12, 2012 8:46 AM | Last reply by Paul Van Bladel - Wednesday, December 12, 2012 8:54 AM -
0 Votes
Web.config Transformation Files not being used with SDK 1.5
What I mean is that even you are developing a regular ASP.NET application, you'll not get your transformations work during developing/debugging sessions.Answered | 6 Replies | 8017 Views | Created by BTMI - Wednesday, September 28, 2011 6:33 AM | Last reply by Anton Staykov - Thursday, September 29, 2011 10:43 PM -
0 Votes
Publish to Azure uses the wrong web.config transformations
If you just want to use web.demo.config instead of web.config, I suggest you to delete web.config file and rename web.demo.config as ...Answered | 1 Replies | 4445 Views | Created by Jagdip - Friday, November 2, 2012 2:14 PM | Last reply by Johnson - MSFT - Wednesday, November 7, 2012 6:44 AM -
2 Votes
TFS 2010 build config transform problem
It does copy the transformed config file to the final output folder but the package zip file contains untransformed web.config.Answered | 4 Replies | 16129 Views | Created by zdenek d_ - Friday, April 23, 2010 1:13 PM | Last reply by Tech_Girl007 - Tuesday, August 14, 2012 5:19 PM -
0 Votes
web.config transformations on build/debug
On the next build of your xxx.web.config, the post build will run the custom target and generate transformed web.config.Answered | 21 Replies | 2004 Views | Created by Anonymous - Wednesday, March 3, 2010 9:48 AM | Last reply by Anonymous - Tuesday, August 6, 2013 12:32 PM -
0 Votes
Wanting to Use Azure Git Deployment with VS2012 Web Publishing web.config transforms
That is, currently, I can successfully publish to azure or private servers with web.config transforms.Answered | 14 Replies | 4563 Views | Created by Peter Kellner - Saturday, May 4, 2013 5:30 PM | Last reply by Peter Kellner - Monday, May 6, 2013 1:48 AM -
0 Votes
Debugging Lookup transformation
Hi John, it is hard to understand what is happening, but I will try to help, the things to look at are 1) The Lookup Transformation ...Answered | 1 Replies | 1713 Views | Created by John Edwards NZ - Monday, July 7, 2014 1:00 AM | Last reply by ArthurZ - Monday, July 7, 2014 1:57 PM -
0 Votes
Debug assertion wih std::transform on array iterator
Look at the parameters required by std::transform.Answered | 3 Replies | 4631 Views | Created by TronT - Monday, August 16, 2010 3:03 AM | Last reply by ildjarn - Monday, August 16, 2010 4:19 AM -
0 Votes
When debugging IISExpress not picking up web.config from VS Debug Session
Hi Christopher K, Please check the Web.config file is included in the web project and check its properties to make sure the Build Action is set as Content, which ...Answered | 1 Replies | 3213 Views | Created by ckoeber - Tuesday, June 7, 2016 6:50 PM | Last reply by Weiwei Cai - Wednesday, June 8, 2016 5:47 AM -
2 Votes
Web.config xdt:Transform when debugging Azure Web Roles - potential bug found
The web.config transforms must be published first, you can publish it in your local IIS or a simple file system, if you do not publish, it will lead to this result.Answered | 3 Replies | 7250 Views | Created by OceanMorning - Tuesday, January 17, 2012 10:59 PM | Last reply by OceanMorning - Wednesday, January 18, 2012 5:48 PM -
0 Votes
XDT Transform File Generator
Hi brandonlashmet, All the tools that I found that used to transform Web.conifg file are executed at build time.Answered | 5 Replies | 2265 Views | Created by brandonlashmet - Tuesday, October 4, 2016 5:17 PM | Last reply by Weiwei Cai - Wednesday, October 12, 2016 2:12 AM -
0 Votes
Invalid License Message when Debugging Script Transformation
I am trying to debug a Script Transformation in Visual Studio 2013 (Update 5).Answered | 1 Replies | 815 Views | Created by D. Pendleton - Wednesday, January 27, 2016 10:57 PM | Last reply by ArthurZ - Thursday, January 28, 2016 2:28 AM -
2 Votes
Configuration Transform of ResourceDirectory
A xaml file is basically an xml file so you can possibly use xml transforms on it.Answered | 3 Replies | 819 Views | Created by PattyK442 - Thursday, December 3, 2015 2:18 AM | Last reply by Andy ONeill - Friday, December 4, 2015 8:53 AM -
0 Votes
Build Count Transform Error
If the “Number of classes” parameter of the Build Count Table module is specified as 2, the mapper would not know how to parse any integer other than “0” or ...Answered | 4 Replies | 776 Views | Created by matthewbux - Saturday, September 12, 2015 11:09 PM | Last reply by wenhan.math - Monday, September 28, 2015 4:28 AM -
4 Votes
Application Insights .config Transformation?
An elegant solution would be to integrate the ApplicationInsights.config file into a web.config or app.config as a custom config section, so that typical web.config ...Answered | 6 Replies | 5671 Views | Created by Per Bornsjo - Thursday, March 27, 2014 6:16 PM | Last reply by Brett Jacobson - Saturday, August 22, 2015 4:15 PM -
0 Votes
How to transform a T4 file at build time?
To transform one file at build time, I first build a bat file to execute the utility in my "Visual Studio 2010" folder and then I execute this ...Answered | 4 Replies | 8399 Views | Created by DavidSherwood - Wednesday, October 2, 2013 12:37 AM | Last reply by DuncanP - Thursday, October 24, 2013 12:26 PM -
0 Votes
Web Config transformation in Wcf
Good video on the Web config ...Answered | 2 Replies | 3882 Views | Created by KapoorHarsh - Friday, December 24, 2010 11:39 AM | Last reply by KapoorHarsh - Wednesday, December 29, 2010 8:10 AM -
0 Votes
how to detect if calling assembly is debug or release build
Just add a custom attribute that is different for debug or release builds.Answered | 5 Replies | 8980 Views | Created by JasonMS88 - Wednesday, May 7, 2008 5:46 PM | Last reply by KirtsisAth - Thursday, June 11, 2009 8:42 PM -
0 Votes
asp.net web.config transforms for DEBUGGING
http://www.kongsli.net/2012/01/13/enabling-web-transforms-when-debugging-asp-net-apps/ http://sebnilsson.com/a5410281/asp-net-transformUnanswered | 5 Replies | 130 Views | Created by Anonymous - Friday, December 19, 2014 3:28 PM | Last reply by Anonymous - Friday, December 26, 2014 12:32 PM - Items 1 to 20 of 712899 Next ›
No announcements