Problem with messagequeue
C#
1
Posts
1
Posters
0
Views
1
Watching
-
in my application i create a msmq , before creating the queue i check for existence and if exist delete it and then create, this works fine, but sometimes i get an exception saying "access denied" a security exception. when creating the msmq i assign the permission too for the local user through "environment.user" but still i get this exception , appreciate your ideas about this . thanks in advance.