<AutoCultureThreading> <settings license="Your License" dbfile="|datadirectory|ipgeo.dat"> </AutoCultureThreading>
- The above is the minimum configuration required.
- Note: |datadirectory| can be used directly and translates to the App_Data folder in your ASP.net application. For any other folder (i.e. other than App_Data), please specify the physical path to the data file (e.g. c:\data\ipgeo.dat).
- Note: If installing in a folder other than App_Data, please ensure that the ASP.net service account (e.g. NETWORK SERVICE) has READ permission to the data file location.
- Additional/Optional settings are specified below. Note: The optional settings also go in the <settings/> element.
| Setting | Default Value | Min/Max | Description |
|---|---|---|---|
| cookieless | False | - | Determines if module will run without client cookies |
| cookiename | .RSCULTURENET2 | Minimum length is 3 characters.Maximum is 20. | The name of the cookie to use to store a browsers locale information. |
| cookietimeout | One week (10800 minutes) | Min Value is 0 Maximum is 1000000 | The duration (in minutes) of the cookie that stores the browser locale.Only applies when Cookieless=False. |
| defaultculturecode | en-US | Must be exaclty 5 characters | The default culture code to use in exceptional (e.g. web service timeout, datafile file read, license expiry) conditions. |
