Demo mode for purchased version
Demo mode for purchased version
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
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
Demo mode for purchased version
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.
We think that this is a problem with the IIS server settings. Please try to disable the IIS cache and data compression.
Thank you.
Demo mode for purchased version
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
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
Demo mode for purchased version
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.
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 (20.5 KiB) Viewed 3112 times
-
- 703.caching.png (23.23 KiB) Viewed 3111 times
Demo mode for purchased version
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 ?
And I can't disable the IIS compression, since it is a production server with many others web sites on it.
Other idea ?
Demo mode for purchased version
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.
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.
Demo mode for purchased version
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
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
Demo mode for purchased version
We are always glad to help you!
Thank you.
Thank you.