Domanda

I've installed the SlowCheetah plugin in VS 2010. I can Preview Transform on web.debug.config and it looks correct. However I don't think the transform is occurring while debugging.

How do I view the transformed web.config while debugging?

Sorry if this has already been asked but I couldn't find instructions for specifically viewing the file.

È stato utile?

Soluzione

SlowCheetah doesn't support it yet but its on the backlog http://slowcheetah.uservoice.com/forums/185106-general/suggestions/3385389-support-for-transforming-web-config-on-f5. Its the next feature that I'll work on.

Altri suggerimenti

Currently the Web.config transforms are only applied during the Web Publish Pipleline (WPP) that is on Publish, not during debug, to enable them during debug check the following link: http://sedodream.com/2010/10/21/ASPNETWebProjectsWebdebugconfigWebreleaseconfig.aspx .

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top