开发者

Msmq authentication from asp.net site

开发者 https://www.devze.com 2023-01-11 22:26 出处:网络
If you have an asp.net site sending messages to a remote queue, how do you handle authentication. If Windows Authentication is turned off, the network service sends a message to the remote queue. Does

If you have an asp.net site sending messages to a remote queue, how do you handle authentication. If Windows Authentication is turned off, the network service sends a message to the remote queue. Does that mean that in de security tab of the queue, I need to add the netwerk service of the server sending the message? (by the way, I do not use http or https).

And what if Windows Authentication is enabled, do I need to add all users that will log in using windows authentication to开发者_运维技巧 the queue?

0

精彩评论

暂无评论...
验证码 换一张
取 消