Westwind.Globalization
Clear cache in separate ASP.NET projects
Gravatar is a globally recognized avatar based on your email address. Clear cache in separate ASP.NET projects
  n/a
  All
  Aug 26, 2014 @ 07:41am
Hi,

I have three separate ASP.NET projects which are utilizing database driven West Wind to display translations.
I need to have the localization admin page on only one of these projects.

This is all fine except that when I click on the “Recycle App” button, I need to clear the cache on other two projects as well.

Is there a way of achieving this or are you able to point me in the right direction?

Thanks in advance
Peter

Gravatar is a globally recognized avatar based on your email address. Re: Clear cache in separate ASP.NET projects
  Rick Strahl
  Peter
  Sep 2, 2014 @ 01:38pm
Peter,

Unfortunately that's not possible from the tooling we provide. The recycle, unloads the ASP.NET AppDomain of the currerntly running app and there's no way to restart the appdomain for another application. (Well there are ways, but not something that should be done, or have a place in a tool like this :-))...

If you really need this you could create secured admin links in each of your applicatinos that can be triggered via HTTP to reload each application. You can then call those links via http web requests and fire those links when you clidk the link in the master. Ugly but doable.

+++ Rick ---



Hi,

I have three separate ASP.NET projects which are utilizing database driven West Wind to display translations.
I need to have the localization admin page on only one of these projects.

This is all fine except that when I click on the “Recycle App” button, I need to clear the cache on other two projects as well.

Is there a way of achieving this or are you able to point me in the right direction?

Thanks in advance
Peter




Rick Strahl
West Wind Technologies

Making waves on the Web
from Maui

© 1996-2024