How can I support anonymous users with my application?

北慕城南 提交于 2019-12-11 18:54:05

问题


I need to implement a user authentication system that supports anonymous users, like how this site works. Can it be done with the default asp.net membership provider? if not, what are some of the things I need to do?


回答1:


Yes, it can be done. There's even a special event to migrate anonymous user details once the user logs in: http://msdn.microsoft.com/en-us/library/system.web.profile.profilemodule.migrateanonymous.aspx



来源:https://stackoverflow.com/questions/647038/how-can-i-support-anonymous-users-with-my-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!