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.
我拥有一个 ASP.NET Razor 站点已有一段时间了,我厌倦了每次都必须手动登录。我想使用所有 WebMatrix 示例和起始站点模板中内置的 rememberMe。但我找不到它的文档。
据我所知,即使在示例中,rememberMe 复选框在那里,它实际上并没有实现。
我们如何才能为基于 WebMatrix 的站点实现这一点?
搜索FormsAuthentication.RedirectFromLoginPage并将最后一个参数设置为true。
FormsAuthentication.RedirectFromLoginPage