Pretty obvious and very relevant for all larger size installations and websites containing sensitive information.
I suggest a setting in composite.config to specify whether https is required for accessing the console or not. I'm getting pretty tired of rolling out a custom Http Module each and every time :/
Comments: ** Comment from web user: burningice **
I suggest a setting in composite.config to specify whether https is required for accessing the console or not. I'm getting pretty tired of rolling out a custom Http Module each and every time :/
Comments: ** Comment from web user: burningice **
When xcopying from dev to stage to prod, there is still a ton of settings you would need to transform like disabling debug build, enabling custom errors, setting correct db connection string, mailserver and more.
XDT transform is not a Visual Studio-only thing but is usually utilized through a msbuild task. So by having a .build file these transformation can easily be performed from ie. the command line invoking msbuild.
You can also use ctt.exe (https://ctt.codeplex.com/documentation)