如何提供一些简单的网页来显示状态/与 .net 应用程序交互?

发布于 2024-10-14 13:11:37 字数 226 浏览 2 评论 0原文

我有一个 (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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

万人眼中万个我 2024-10-21 13:11:37

为什么不将该数据保存到文件中并创建 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文