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.
为了在 C# Windows 窗体中注册产品,我想将许可证密钥从 C# Windows 窗体传递到 .aspx 注册页面。再次在.aspx 注册页面中成功注册后,我想将成功/失败标志从.aspx 页面发送回C# windows 窗体?
我怎样才能做到这一点?
为什么不尝试使用 Web 服务或 WCF 服务来验证来自 Windows 窗体应用程序的许可证密钥与数据库?