"Messaging Queue not Installed" error using asp.net

From: Chirag Desai (chirac27@hotmail.com)
Date: 04/22/03


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