TheCodeKing / XDMessaging.Net

Easy-to-use, zero configuration solution for PubSub messaging across application and network boundaries.
http://thecodeking.co.uk/project/xdmessaging/
Other
61 stars 22 forks source link

Sending simple message from website #21

Open jdlaw75 opened 3 years ago

jdlaw75 commented 3 years ago

I have an ASP.NET website which needs to sometimes instigate a print job, which is provided by a VB.Net application always running on the same server. The XDMessaging trigger is working on that app. Sending the message from the VS2019 development environment works brilliantly, but when triggered from the website on a another device, the message never seems to be getting through. Any thoughts?

jdlaw75 commented 3 years ago

Further to my earlier post, I have ascertained that, whilst the messaging works within the VS2019 environment, it fails when running under the only browser on the Windows 2016 Essential server (Internet Explorer). Of course, it does not woirk on any browser running on another device either!

jdlaw75 commented 3 years ago

Problem solved - switched to Compatability Mode