Ask a Question related to ASP.NET Security, Design and Development.
-
Mike Z #1
ASP.Net and MSMQ
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.
Mike Z Guest
-
Migrating to .Net Web Services from COM+ and MSMQ Environment
Hello, We have an enterprise system that hosts VB 6.0 dlls in a COM+ and MSMQ environment. The primary objective being asynchronous processing.... -
Sending MSMQ msg from ASP.Net Web Service
I am having what seems to an intermittent problem with sending messages to a remote MSMQ public queue, but only when I do it from an ASP.Net web... -
Using MSMQ with web Services
Hi, Here is what I am looking to do and tell me if this will work. I have programmed an app that runs on PDA's that connects to Sql server. If the... -
Help! How to use MSMQ in webForm?
Help!!How to use MSMQ in WebForm? I can not send any Message from MSMQ? -
Web Services can't submit message to MSMQ
Hi, I had a simple web service which will submit a message to a MSMQ and the following exception occurs: System.InvalidOperationException:...



Reply With Quote

