public class WebServiceConfig
{
public static void SetImagePathServiceUrl()
{
ImageService.Properties.Settings.Default.Properties["ImageService_ImagePathService_FlashImagePath"].DefaultValue = System.Web.Configuration.WebConfigurationManager.AppSettings["FlashImagePathServiceUrl"];
ImageService.Properties.Settings.Default.Save();
ImageService.Properties.Settings.Default.Reload();
}
}
{
public static void SetImagePathServiceUrl()
{
ImageService.Properties.Settings.Default.Properties["ImageService_ImagePathService_FlashImagePath"].DefaultValue = System.Web.Configuration.WebConfigurationManager.AppSettings["FlashImagePathServiceUrl"];
ImageService.Properties.Settings.Default.Save();
ImageService.Properties.Settings.Default.Reload();
}
}
浙公网安备 33010602011771号