static string FormatMessage()
        {
            return(String.Format(@"The Software Potential API credentials (appSettings values for {0} and/or {1}) have not been initialized).
Please ensure the credentials are provisioned correctly", SoftwarePotentialConfigurationFile.SettingKey("username"), SoftwarePotentialConfigurationFile.SettingKey("password")));
        }
 static SoftwarePotentialConfiguration()
 {
     _configFile = new SoftwarePotentialConfigurationFile( HostingEnvironment.MapPath( "~/App_Data/SoftwarePotential.config" ) );
 }
Exemplo n.º 3
0
 static SoftwarePotentialConfiguration()
 {
     _configFile = new SoftwarePotentialConfigurationFile(HostingEnvironment.MapPath("~/App_Data/SoftwarePotential.config"));
 }