如何提供一些简单的网页来显示状态/与 .net 应用程序交互?
我有一个 (C++-CLI) .net (v2.0) 应用程序,用于收集数据,我想通过一组简单的网页来提供该信息。
最终我想要一种与应用程序交互的机制,但现在只提供信息就很好了。
我看不到直接从应用程序为它们提供服务的明显方法,但如果有与外部(轻量级)Web 服务器交互的方法,这也将是一个可接受的解决方案(我想象编写一个共享内存或其他内容的自定义模块)那些行)。
任何建议都将非常受欢迎。
I have a (C++-CLI) .net (v2.0) application which collects data and I'd like to serve that information via a simple set of web pages.
Eventually I'd like a mechanism to interact with the application, but for now just serving up information would be good.
I couldn't see and obvious way to serve them direct from the app but if there are ways of interacting with an external (lightweight) web server that would be an acceptable solution too (I imagine writing a custom module which shares memory or something along those lines).
Any suggestions would be very welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不将该数据保存到文件中并创建 php/ajax 来解析它并传递到客户端的浏览器?
why not just save that data to a file and create a php/ajax to parse it and deliver to the client's browser?