deployment - SlowCheetah is not transforming log4net.config files on Web Publish -


i have web project vs2013 contains publish profile called test. have web.config , web.test.config along log4net.config , log4net.test.config transform.

the web.config transformed when project published (using vs2013 'publish file system') log4net config file isn't.

do need adjust project file ensure transforms happen non-web.config files during publish?

make sure have build configuration called "test". , when build, needs active build configuration. i'm not sure might case-sensitive keep eye out part.

enter image description here

your publish profile needs refer build configuration.

enter image description here

you can open .csproj file , ensure slowcheetah targets setup (file paths mainly).


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -