Changing value of ASP .NET Cache from outside aspnet process

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!
 
N

Natty Gur

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!
 

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

Top