C# exampleusing iManage.WorkSite.Web;SessionState.Init(SessionState.Mode.AspNet);
<iManage.WorkSite> <!-- iManage WorkSite related setting keys and values: SmtpServer: The host name of the SMTP server used to send notification. By default, localhost is used. Server: The iManage DMS server name. OptionsPath: The file path where options.xml file is stored. --> <settings> <add key="SmtpServer" value=""/> <add key="server" value="dms"/> <add key="OptionsPath" value="data\options.xml"/> </settings></iManage.WorkSite>
<configSections> <sectionGroup name="iManage.WorkSite"> <section name="settings" type="System.Configuration.NameValueSectionHandler"/> </sectionGroup></configSections>
My login script no longer throws any errors. However when the page is redirected to WorkSite/scripts/home.aspx the login credentials do not get passed on and I am always kicked back to WorkSite/default.aspx.