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.

有帮助吗?

解决方案

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.

其他提示

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 .

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top