Attributes contained in this element control major behavior of the Framework.

The following example shows a typical web.config entry for the <Framework> section.

Examples

CopyXML
<Framework encryption="DES" symetricKey="MyKey" mobileRedirectUrl="~/M/D.aspx" logFile="~/App_Data/Log.txt" logLevel="Debug"/>
</mobile>

Namespace: FiftyOne.Framework.Mobile.Configuration
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
public class TelephoneNumberSection : ConfigurationSection
Visual Basic
Public Class TelephoneNumberSection _
	Inherits ConfigurationSection
Visual C++
public ref class TelephoneNumberSection : public ConfigurationSection

Inheritance Hierarchy

System..::..Object
  System.Configuration..::..ConfigurationElement
    System.Configuration..::..ConfigurationSection
      FiftyOne.Framework.Mobile.Configuration..::..TelephoneNumberSection

See Also