MSMQs
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Can anyone help me in creating queues............ I had declared a key in web.config as follows...... and in code behind string mqPath = queuepath + result; MessageQueue mq = MessageQueue.Create(mqPath, false); iam getting the error as Queue cannot be created at this path.......... Plz help me in this regard............. :((