Changing value of ASP .NET Cache from outside aspnet process

  • Thread starter Thread starter Hayato Iriumi
  • Start date Start date
H

Hayato Iriumi

I'm wondering and doing some research on how I could change a value in ASP
..NET Cache outside aspnet worker process. Sounds problematic and I should
other routes, but I'm curious as to how a process could talk to aspnet
worker process. If you have any idea, please let me know.

Thanks!
 
Hi,

Technically you can open channel from application and use remoting to
access asp.net application from other process. it's not so recommended
but possible. Maybe you can share with us what you are after and we can
help you do design better solution.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Back
Top