shared object in GAC for different processes

  • Thread starter Thread starter Amil Hanish
  • Start date Start date
A

Amil Hanish

Is it possible, using static properties, to have a shared object in the GAC
that can be accessed by differnet processes? If so, how? If not, how can I
have a shared .NET object that can used by different processes?

Thanks.

Amil
 
These are DIFFERENT processes. I'm going to have several sites that must
share some data...and be able to know when that data is dirty. I don't want
to use a DB for this, but memory.

Amil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top