RE: Access a remote MSMQ Server from and ASP page (Q173339)
From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 03/16/04
- Next message: SQL Sever News Group: "How to Secure the ASP Code"
- Previous message: [MSFT]: "Re: parsing URL and read xml data - UPDATE"
- In reply to: Bryce: "RE: Access a remote MSMQ Server from and ASP page (Q173339)"
- Next in thread: Bryce: "RE: Access a remote MSMQ Server from and ASP page (Q173339)"
- Reply: Bryce: "RE: Access a remote MSMQ Server from and ASP page (Q173339)"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Mar 2004 07:05:45 GMT
Hi Bryce,
Even you have set "ANONYMOUS LOGON" with all access priviliges, the access
to MSMQ will still failed due to WIndows NT ACL. The anonymous user may not
have enough permission to open files on the server. The proper solution is
build your system in a Windows domain environment and use a domain user
with permission on both of the servers. Another possible solution is mirror
account: create an account on the two server with same name and password,
and then use this account to access MSMQ. You may try this to see if it
will work.
Luke
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
- Next message: SQL Sever News Group: "How to Secure the ASP Code"
- Previous message: [MSFT]: "Re: parsing URL and read xml data - UPDATE"
- In reply to: Bryce: "RE: Access a remote MSMQ Server from and ASP page (Q173339)"
- Next in thread: Bryce: "RE: Access a remote MSMQ Server from and ASP page (Q173339)"
- Reply: Bryce: "RE: Access a remote MSMQ Server from and ASP page (Q173339)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|