HowTo: read your configfile when using no-touch deployment By rickvdbosch January 16, 2006 - 1 minutes read - 25 words Earlier I posted about reading a configfile when using no-touch deployment. Several people have contacted me to post the code, so here it is. private static bool InitializeRemoting() { string configFile; dotnet HowTo