G
Guest
I have to create message queue at remote machin. My code works properly when
i use console application in c#. But it throws exception whenever i try it on
web application in c#. My code is
MessageQueue.Create("FormatName
IRECT=OS:MachineName\\QueueName");
or
MessageQueue.Create("MachineName\\QueueName");
i use console application in c#. But it throws exception whenever i try it on
web application in c#. My code is
MessageQueue.Create("FormatName

or
MessageQueue.Create("MachineName\\QueueName");