P
Phl
Hi,
I have a console application and a web server which uses the same
classes as the console application. Is there some way of sharing
variables in these classes so that both the console app and the web
services interface will reference the same memory? At the moment even
though they are using the same classes, they are in different process
space.
Can you even attach to the console app .exe at run time? like a
debugger?
I have a console application and a web server which uses the same
classes as the console application. Is there some way of sharing
variables in these classes so that both the console app and the web
services interface will reference the same memory? At the moment even
though they are using the same classes, they are in different process
space.
Can you even attach to the console app .exe at run time? like a
debugger?