Error reading MSMQ
-
Hi I have a application which creates a message queue and then recieves the message in it.when i create a test application it was working fine,now when i change this to a webservice its showing me an error which i logged in log file ,the error is as following queue doesnt exists or you do not have permission to perform the operation.Is it anything related with rights. Actually the queue need to be created programmatically but it also not working.so i created it manually but also above error comes..why is it coming Thanks in advance
Regards DilipRam
-
Hi I have a application which creates a message queue and then recieves the message in it.when i create a test application it was working fine,now when i change this to a webservice its showing me an error which i logged in log file ,the error is as following queue doesnt exists or you do not have permission to perform the operation.Is it anything related with rights. Actually the queue need to be created programmatically but it also not working.so i created it manually but also above error comes..why is it coming Thanks in advance
Regards DilipRam
The web service will be running under the heavily curtailed permissions of the ASPNET worker process. You need to grant access to this user for the queue.
Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.
-
The web service will be running under the heavily curtailed permissions of the ASPNET worker process. You need to grant access to this user for the queue.
Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.
Thanks for the reply.the user which i am using is the administrator of that machine.Is there i need to specifically do for the rights..if so can you pls give me the steps for that Thanks in advance
Regards DilipRam