17 Apr
2009
17 Apr
'09
12:46 p.m.
Hi, I write a Windows Service that answer to requests through a message_queue. The message queue is created by the service, and then by the user starting the service (local system account). When another application, launched by another user, wants to connect to the message queue, it cannot. Because the mapped file is not in the same temporary directory. My question is : how can I do to create a message queue that can be accessed by any user ? Thanks for your help