高流量网站是否推荐使用ASP.NET用户管理系统

发布于 2024-09-15 17:12:47 字数 93 浏览 7 评论 0原文

我正在用 ASP.NET MVC 重新编程一个高流量网站。该客户每天的点击量约为 500 万次。想知道asp.net用户管理系统是否适合这个。该网站拥有超过 50 万用户。

I am reprogramming a high traffic website in asp.net mvc. The client gets about 5 million hits a day. Would like to know if asp.net user management system is suited for this. The site contains over 500K users.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

夜深人未静 2024-09-22 17:12:47

我对 ASP.NET 成员资格模型在可伸缩性方面唯一不满意的方面是 SqlProfileProvider,它在 SQL Server 中提供配置文件支持。由于 SQL 数据库相对于用户配置文件的结构,很难运行聚合整个用户群的配置文件信息的查询。

您可能会发现查看有关此问题的讨论很有用:拥有超过 200 万用户的 ASP.NET 会员 - 有问题吗?

The only aspect of the ASP.NET membership model I have complaints about with respect to scalability is the SqlProfileProvider, which provides profile support in SQL server. Due to the structure of the SQL database with respect to user profiles, it is difficult to run queries aggregating profile information across the user base.

You may find it useful to review the discussion on this question: ASP.NET Membership with more than 2 million users - any problem(s)?

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