Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个使用 VB.Net 从设备接收数据的 ASP.Net 网站。
该设备会将数据发送到放置网站的服务器。
我的问题是:我可以在 WebService VB.Net 中编写脚本以从设备获取值并将相同的信息存储到 Web 服务器数据库中吗?
我的建议是有一个单独的 Windows 服务来轮询或响应来自设备的 I/O 中断,并将该信息推送到数据库中。
然后,您的网站将简单地从数据库中提取该信息并显示它。