S
SammyBar
Hi all,
I'm trying to send a message from ASP.NET to another PC by using MSMQ. I
created my ASP.NET project by using Visual Studio 2005 but I initially set
the project to be located on the File System. Then I could successfully
send, receive and purge the public queries I use to exchange information
with the another PC. But when I realized I can not reach the file system
created project from a third PC then I recreated the project as HTTP on
localhost. But now I cannot even send messages 'cause the exception "The
queue does not exist or you do not have sufficient permissions to perform
the operation." is thrown.
All the PCs are in the same domain. None of the PCs is a domain controller.
The ASP.NET server is trying to send messages to a public queue on the
"Second PC" and also tryes to purge another public queue on the same ASP.NET
computer.
It is not because "the queue does not exists" because they are the same
queues I tested in the "FileSystem" mode. I guess it is a user right
problem. The public queue in the "Second PC" where I'm trying to send
messages has rights for Everyone to send messages. I gave the public queues
in ASP.NET PC full control to Everyone but still the problem continues. I
added IUSR_... and IWAM_... accounts to the local administrator group and
the same...
What is the correct configuration to get MSMQ to work from ASP.NET?
Thanks in advance
Any hint is welcomed
Sammy
I'm trying to send a message from ASP.NET to another PC by using MSMQ. I
created my ASP.NET project by using Visual Studio 2005 but I initially set
the project to be located on the File System. Then I could successfully
send, receive and purge the public queries I use to exchange information
with the another PC. But when I realized I can not reach the file system
created project from a third PC then I recreated the project as HTTP on
localhost. But now I cannot even send messages 'cause the exception "The
queue does not exist or you do not have sufficient permissions to perform
the operation." is thrown.
All the PCs are in the same domain. None of the PCs is a domain controller.
The ASP.NET server is trying to send messages to a public queue on the
"Second PC" and also tryes to purge another public queue on the same ASP.NET
computer.
It is not because "the queue does not exists" because they are the same
queues I tested in the "FileSystem" mode. I guess it is a user right
problem. The public queue in the "Second PC" where I'm trying to send
messages has rights for Everyone to send messages. I gave the public queues
in ASP.NET PC full control to Everyone but still the problem continues. I
added IUSR_... and IWAM_... accounts to the local administrator group and
the same...
What is the correct configuration to get MSMQ to work from ASP.NET?
Thanks in advance
Any hint is welcomed
Sammy