Author |
Message
|
murdeep |
Posted: Wed Jan 14, 2009 9:19 am Post subject: NMQ_MQ_LIB |
|
|
Master
Joined: 03 Nov 2004 Posts: 211
|
Can someone explain why a .Net WMQ app that I develop as a standalone exe does not require NMQ_MQ_LIB to be set to connect as a client but same code .Net code that runs in IIS does need NMQ_MQ_LIB to be set?
Does it have something to do with how the .Net application is prepared in Visual Studio? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 14, 2009 1:52 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
murdeep |
Posted: Thu Jan 15, 2009 8:02 am Post subject: |
|
|
Master
Joined: 03 Nov 2004 Posts: 211
|
mqjeff, any particular reason why you quote a security manual in regards to a .Net question? I've read the refrence manuals but they don't explain my situation as far as I can tell. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jan 15, 2009 8:27 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
murdeep |
Posted: Thu Jan 22, 2009 3:33 pm Post subject: |
|
|
Master
Joined: 03 Nov 2004 Posts: 211
|
mqjeff, I read that doc but it doesn't answer my question. Reread my question,
I know I have to set NMQ_MQ_LIB when running the code under IIS and I don't need to set it when I build a standalone .Net exe. I am curious as to why. I think the reason is the IIS code dynamically loads the WMQ stub whereas the standalone exe staticly links it. But I am unsure. That is my question. |
|
Back to top |
|
 |
|