|
|
Browse by Tags
All Tags » Web.config
-
You can remove that Web.config attribute safely. Using the ResourcePath improves performance mostly for postback heavy web applications. If you're not posting back all that much there isn't much of a difference.
They are located in:
C:\Program Files\Atalasoft\DotImage 5.0\C# Source\VS 03\DotImageWebFormsCS\Resources (for .NET 1.1 ...
-
The most important Web.config value for the Atalasoft cache is:
<add key=''AtalasoftWebControls_CacheLifeTime'' value=''60''/>What is yours set to?
In general, it is best to set this value to same length of time your ''Session timeout'' is set to. You can find this value by following these steps:
Load up the IIS control ...
|
|
|