Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
closeq.asp Add source files 4 years ago
closeq2.asp Add source files 4 years ago
createq.asp Add source files 4 years ago
createq2.asp Add source files 4 years ago
default.asp Add source files 4 years ago
deleteq.asp Add source files 4 years ago
deleteq2.asp Add source files 4 years ago
global.asa Add source files 4 years ago
listq.asp Add source files 4 years ago
openq.asp Add source files 4 years ago
openq2.asp Add source files 4 years ago
readme.txt Add source files 4 years ago
recvmsg.asp Add source files 4 years ago
sendmsg.asp Add source files 4 years ago

readme.txt

MQASP sample shows how to perform basic queue operations using MSMQ ActiveX components in IIS server 
side scripting with ASP/VBS.

To run the sample:
1. Create a new folder 'msmq' in your InetPub\scripts directory on the machine where II is installed.
Copy the sample files to that folder. The IIS Server machine must have MSMQ client or server
installed in order to use MSMQ ActiveX components. It also has to be DS enabled.

2. Use Internet Explorer from any client machine to point to http://<yourservername>/scripts/msmq/default.asp.
MSMQ does not need to be installed on the machines running the browser.

For additional information on using MSMQ ActiveX in ASP pages, please see the following article in the
Microsoft Knowledge Base:

ARTICLE-ID: Q173339
"TITLE : FAQ: How to use MSMQ from an ASP Page"

For additional information on using ASP pages, refer to Active Server Pages documentation.