As you know Courier 2 struggles with Dictionary items. It transfers them fine but the targer cache is not picking up the change. So far the only way to get the change to show is an application pool refresh or a log-out and re log-in.
As a result I am trying to implement a button that will force a refresh.
This, promissing though it looks, seems to do nothing.
I am tempted to try "HttpRuntime. UnloadDomain()" which refreshes the app pool but that would mean the website would slow down everytime someone presses that refresh button so I don't think that's a good idea.
Does anyone have a way to get the Dictionary to pick up the changes? If so please share.
Force Dictionary cache refresh
Hello,
As you know Courier 2 struggles with Dictionary items. It transfers them fine but the targer cache is not picking up the change. So far the only way to get the change to show is an application pool refresh or a log-out and re log-in.
As a result I am trying to implement a button that will force a refresh.
I have written something like this:
This, promissing though it looks, seems to do nothing.
I am tempted to try "HttpRuntime. UnloadDomain()" which refreshes the app pool but that would mean the website would slow down everytime someone presses that refresh button so I don't think that's a good idea.
Does anyone have a way to get the Dictionary to pick up the changes?
If so please share.
Thank you
is working on a reply...