문제

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