The CallbackPage class is customized up in the Web.config file. The first thing you should do is to define the SoftAIN group and the CallbackPage section belonging to it:
<configSections> <sectionGroup name="SoftAIN"> <section name="CallbackPage" type="SoftAIN.CallbackPageOptions, CallbackPage"/> </sectionGroup> </configSections>
Then you should add the SoftAIN group, insert the CallbackPage section into it and define necessary parameters and the list of languages used by the application:
<SoftAIN> <CallbackPage PreventDblClick="true" PreventStress="true" RegisterScript="true" DisableBackButton="false" TestMode="false" Timeout="100" DefaultPage="Default" CommandParameters="Rus, Eng" KeyFileDirectory="KeyFiles" /> </SoftAIN>