Demo mode for purchased version

Stimulsoft Reports.WEB discussion
Post Reply
jpverdu
Posts: 32
Joined: Thu Mar 18, 2010 3:12 pm

Demo mode for purchased version

Post by jpverdu »

Hello,

I have same problem like http://forum.stimulsoft.com/Default.aspx?g=posts&t=2332.

On my server, Stimulsoft assemblies are only in my application bin directory, in version 2010.2 (version purchased)

But on my client browser (after client cache destroyed) the designer is still in demo mode (word demo written accross the blank page, popup demo when I save)

Can u help me ? Thanks
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Demo mode for purchased version

Post by Vladimir »

Hello,

We think that this is a problem with the IIS server settings. Please try to disable the IIS cache and data compression.

Thank you.
jpverdu
Posts: 32
Joined: Thu Mar 18, 2010 3:12 pm

Demo mode for purchased version

Post by jpverdu »

Hello,

We try many things to disable IIS cache, but the problem still exists. Where is the designer swf cache located exactly on the server (IIS6) ?

How can we reset it ?


Thanks
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Demo mode for purchased version

Post by Vladimir »

Hello,

On the IIS server cache is located in the directory, specified in the AppCacheDirectory property. If this property is not specified, the Flash application is not cached on the server side.

I attached screenshots of our IIS6 server settngs, try to set up it as indicated.

Thank you.
Attachments
704.compress.png
704.compress.png (20.5 KiB) Viewed 3111 times
703.caching.png
703.caching.png (23.23 KiB) Viewed 3110 times
jpverdu
Posts: 32
Joined: Thu Mar 18, 2010 3:12 pm

Demo mode for purchased version

Post by jpverdu »

I enabled the content expiration yesterday, with no effect...

And I can't disable the IIS compression, since it is a production server with many others web sites on it.

Other idea ?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Demo mode for purchased version

Post by Vladimir »

Hello,

You can disable compression for a single directory. To disable static compression for only a single directory, first enable global static compression (if it is disabled) and then disable static compression at that directory. For example, to enable static compression for a directory at http://www.contoso.com/Home/StyleSheets, perform the following steps:

1.Enable global static compression by executing the following command at a command prompt:
adsutil set w3svc/filters/compression/parameters/HcDoStaticCompression true

2.Disable static compression at this directory by executing the following command at a command prompt:
adsutil set w3svc/1/root/Home/StyleSheets/DoStaticCompression false

You can read more about it in the msdn documentation:
http://www.microsoft.com/technet/prodte ... x?mfr=true

Thank you.
jpverdu
Posts: 32
Joined: Thu Mar 18, 2010 3:12 pm

Demo mode for purchased version

Post by jpverdu »

Hello,

First of all thak you for your help

I disabled the static compression, it didn't change anything, but I did the same thing with dynamic compression and than it works.

C:\Inetpub\AdminScripts>cscript adsutil.vbs set /w3svc/1/root/demo_bdp_i/DoDynamicCompression false

So the problem is solved

Thanks again

Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Demo mode for purchased version

Post by Vladimir »

We are always glad to help you!

Thank you.
Post Reply