I\'m using Asp.net
FW 4.6.
I have two applications under the same application pool that need to read (constantly) a predefined value which is object to
All ways of interprocess communication, such as Memory Mapped Files and Named Pipes can also be used for sharing data across applications within single AppPool, see for example Sharing memory between two applications.
Because all apps in the same AppPool resides in the same process and are separated just by AppDomain boundaries, you have some additional options: