My environment: Windows 7 Pro SP1
I created a private queue and am trying to send messages to that queue using an ASP.net MVC application. I get the error: MessageQueueException "The queue does not exist or you do not have sufficient permissions to perform the operation"
I've verified, in code, that the queue exists before attempting to send a message. I've given full-control to the queue for "EVERYONE" and "ANONYMOUS LOGON" using the queue properties' security tab.
I've looked at the existing threads and haven't found a solution yet.
Thank you.