WindowsXP-SP1/inetsrv/msmq/sdk/samples/mqasp
Microsoft f7ca35dddd First commit 2020-09-30 16:53:49 +02:00
..
closeq.asp First commit 2020-09-30 16:53:49 +02:00
closeq2.asp First commit 2020-09-30 16:53:49 +02:00
createq.asp First commit 2020-09-30 16:53:49 +02:00
createq2.asp First commit 2020-09-30 16:53:49 +02:00
default.asp First commit 2020-09-30 16:53:49 +02:00
deleteq.asp First commit 2020-09-30 16:53:49 +02:00
deleteq2.asp First commit 2020-09-30 16:53:49 +02:00
global.asa First commit 2020-09-30 16:53:49 +02:00
listq.asp First commit 2020-09-30 16:53:49 +02:00
openq.asp First commit 2020-09-30 16:53:49 +02:00
openq2.asp First commit 2020-09-30 16:53:49 +02:00
readme.txt First commit 2020-09-30 16:53:49 +02:00
recvmsg.asp First commit 2020-09-30 16:53:49 +02:00
sendmsg.asp First commit 2020-09-30 16:53:49 +02:00

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.