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.CachePath = @” \\VM1\DocumentCache”;
<appSettings> <add key="DocumentUltimateWeb:CachePath" value="\\VM1\DocumentCache" /> </appSettings>
By reporting abuse, a moderator will be asked to review the content of this interaction to take further action, if necessary.
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.