从 .NET 客户端应用程序设置表单身份验证 cookie

发布于 2024-09-01 00:44:33 字数 252 浏览 2 评论 0原文

我们目前有一个 .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 技术交流群。

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

发布评论

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

评论(1

半窗疏影 2024-09-08 00:44:33

您可以使用应用程序服务。它们是专门为了实现这一目标而设计的。

You can use Application Services. The were designed to accomplish this specifically.

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