Access Denied error while accessing message queues
Hi,I have a dotnet application hosted on a server. This app is communicating with private queues on other server.
Web app is able to send messages to queues but at the time of response its giving error-
"Value: System.Messaging.MessageQueueException (0x80004005) Access to Message Queuing system is denied.
at System.Messaging.MessageQueue.MQCacheableInfo.get_ReadHandle()
at System.Messaging.MessageEnume".
Web application is hosted on IIS under "Network Service" Pool Identity.
I have given full access to ANONYMOUS LOGON, NETWORK SERVICE, EVERYONE but still no luck
Please help me on this.