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
<Framework encryption="DES" symetricKey="MyKey" mobileRedirectUrl="~/M/D.aspx" logFile="~/App_Data/Log.txt" logLevel="Debug"/> </mobile>
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
System.Configuration..::..ConfigurationElement
System.Configuration..::..ConfigurationSection
FiftyOne.Framework.Mobile.Configuration..::..TelephoneNumberSection