Access to Message Queuing system is denied

pravakar picture pravakar · Mar 26, 2012 · Viewed 67k times · Source

I am trying to access queue message from my host, while trying to get message i am getting "Access to Message Queuing system is denied." message. Don't know how to solve this issue. I am using Windows 7 as client system and server is Windows 2008 R2 Server

Answer

Glade Mellor picture Glade Mellor · Sep 28, 2012

I ran into the same issue trying to write to the MSMQ through ASP.NET (Windows 7). I added "Receive Message" "Peek Message" and "Send Message" permissions and it works correctly now. If you're running this through ASP.NET, then you're probably under the IIS_IUSRS account.