WebSettings.WebSettings C# (CSharp) Method

WebSettings() public method

Construct the web settings object. If the settings are not loaded, load them
public WebSettings ( ) : System
return System
	public WebSettings()
	{
		settingsXML = new XmlDocument();
		settingsXML.Load(HttpContext.Current.Server.MapPath("~/App_Data/settings.xml"));
	}