G
Guest
I have an ASP.Net app that needs to call an assembly that sends messages to a remote public MSMQ queue on a Windows Server 2003 machine. I can send messages to it successfully from several other machines, using both windows forms .Net apps and ASP.Net apps (all running Win2K). All machines have the same workgroup installation of MSMQ. It also works on this machine from a Windows Forms app just fine.
I get a system exception: "Message Queueing has not been installed on this computer."
I'm sure this is an ASP permissions issue, but I have set a number of permissions on a variety of folders that I have found from various other posts about similar ASP.Net issues.
Please help!
Thanks.
I get a system exception: "Message Queueing has not been installed on this computer."
I'm sure this is an ASP permissions issue, but I have set a number of permissions on a variety of folders that I have found from various other posts about similar ASP.Net issues.
Please help!
Thanks.