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.

your publish profile needs refer build configuration.

you can open .csproj file , ensure slowcheetah targets setup (file paths mainly).
Comments
Post a Comment