asp.net security problem using msmq
From: fering (dannys_at_relegence.co.il)
Date: 03/17/04
- Next message: Jose Flores: "Re: Does Forms Authentication works with User Controls?"
- Previous message: P.J. Pirrello: "Re: Does Forms Authentication works with User Controls?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 17 Mar 2004 16:20:09 +0200
Hi,
What kind of permisson do i need to use if i want to send/recive to a remote
queue on my network suing asp.net ?
I can write using my app to a shared drive using
<configuration>
<system.web>
...
<identity impersonate="true" userName="<supplied username>"
password="<supplied password>" />
...
</system.web>
</configuration>
but i still cangt send recive to a queue
Thanks
danny
- Next message: Jose Flores: "Re: Does Forms Authentication works with User Controls?"
- Previous message: P.J. Pirrello: "Re: Does Forms Authentication works with User Controls?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|