Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 C# 中使用 MSMQ,如何在web.config中设置queuepath?
有什么建议么?
谢谢
appSetting用你的 Queque 的路径添加一个键?
appSetting
<appSettings> <add key="myquequepath" value="FormatName:DIRECT=OS:machinename\private$\MyQueue" /> </appSettings>
这真的很简单,我找到了解决方案。
<add key="MSMQName" value=".\private$\WebSiteEmails"/>