When using DocumentUltimate on Azure (or on other Cloud service or in multi-server environments), you need to make sure:
Session has expired, the page will be automatically refreshed in 10 seconds.
<system.web> . . . <sessionState mode="Custom" customProvider="RedisSessionStateProvider"> <providers> <add name="RedisSessionStateProvider" type="Microsoft.Web.Redis.RedisSessionStateProvider, Microsoft.Web.RedisSessionStateProvider.Internal, Version=2.2.5.0, Culture=neutral, PublicKeyToken=a6f3cafa178e6038" connectionString="myConnectionString" /> </providers> </sessionState> . . . </system.web>
Document cache info not found
DocumentUltimateWebConfiguration.Current.CacheLocation = @” \\VM1\DocumentCache”;
<appSettings> <add key="DocumentUltimateWeb:CacheLocation" value="\\VM1\DocumentCache" /> </appSettings>
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.