从 .NET 客户端应用程序设置表单身份验证 cookie
我们目前有一个 .NET 2.0 Web 应用程序,它通过 cookie 使用表单身份验证。与此 Web 应用程序关联的是一个旧的 VB6 客户端应用程序,它有自己的登录系统。
目前,用户必须登录 VB6 应用程序,然后当他们单击链接时,需要使用 .NET Forms 身份验证系统再次对自己进行身份验证。
我想知道是否可以创建客户端 .NET 应用程序,为其提供用户名和密码,并设置表单身份验证 cookie(无需打开浏览器)。
这可能吗?
We currently have a .NET 2.0 web app that uses forms authentication via cookies. Associated with this web app is an old VB6 client application that has its own login system.
Currently, the users have to login to the VB6 app, and then when they click on a link, need to authenticate themselves again with the .NET forms authentication system.
I'm wondering if it's possible to create a client side .NET application, give it the username and password, and set the forms authentication cookie (without the browser being opened).
Is that possible??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用应用程序服务。它们是专门为了实现这一目标而设计的。
You can use Application Services. The were designed to accomplish this specifically.