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 mvc 项目,我的管理面板应该使用 ASP.NET 动态数据来插入、删除和更新站点的数据。所以我在创建这个项目时遇到了一些挑战。如何在我的动态数据站点中使用会话创建身份验证?以及如何在这两个项目之间重定向?
如何在我的动态数据站点中使用会话创建身份验证?
我会使用ASP.NET 成员资格。
以及如何在这两个项目之间重定向?
我会使用 Response.Redirect