"Messaging Queue not Installed" error using asp.net
From: Chirag Desai (chirac27@hotmail.com)
Date: 04/22/03
- Next message: Terry: "Re: first two elements of UserData"
- Previous message: Daniel Albisser: "Re: Form-base Authentication - Protect single Controls included in ASPX Pages"
- Next in thread: dmcconaughey@yahoo.com: "Re: "Messaging Queue not Installed" error using asp.net"
- Reply: dmcconaughey@yahoo.com: "Re: "Messaging Queue not Installed" error using asp.net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: chirac27@hotmail.com (Chirag Desai) Date: 22 Apr 2003 07:26:23 -0700
My current setting for asp.net
--------------------------------
aspnet --> is administrator
machine.config file -->
<processmodel ... user='system' > (user changed from machine --> system)
my code
--------
MessageEnumerator meMessageEnum;
string tPath = "genesg-30\\private$\\vaultonlyfailed";
MessageQueue mqQueuetoFetch = new MessageQueue(tPath);
meMessageEnum = mqQueuetoFetch.GetMessageEnumerator();
this code works in windows application but somehow does not work in aspx page.
i think this is due to some security issue in asp.net or iis
but can nto figure out.
could some one throw some light
------
chirag
- Next message: Terry: "Re: first two elements of UserData"
- Previous message: Daniel Albisser: "Re: Form-base Authentication - Protect single Controls included in ASPX Pages"
- Next in thread: dmcconaughey@yahoo.com: "Re: "Messaging Queue not Installed" error using asp.net"
- Reply: dmcconaughey@yahoo.com: "Re: "Messaging Queue not Installed" error using asp.net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]