xbap和asp.net之间跨多个客户端的通信

问题描述:

你好朋友,

我创建了一个WPF浏览器应用程序,该应用程序从串行端口读取数据.为此,我在< iframe>中将其包含在asp.net中.效果很好.
我想从iframe中的xbap应用程序获取数据.
客户可能有多个.

任何人都可以解决这个问题吗?

提前致谢.

Hello Friends,

I have created one WPF browser Application that reads data from the serial port. For that I have included in asp.net in <iframe> that works fine.
I want to get data from xbap application which is in iframe.
Clients may be multiple.

Can anyone please solve this problem?

Thanks in Advance.

否,您不能从WPF浏览器应用程序共享数据或访问数据到ASP.NET.但是,如果它是Silverlight应用程序,则可以.但是由于安全性,我不确定Silverlight应用程序是否可以访问客户端的串行端口.
No, you cannot share/access data from WPF Browser Application to the ASP.NET. But if it a Silverlight Application, you can. But I am not sure whether Silverlight Application can access the clients serial port because of Security.