How do I manage ASP.Net users on a non development server?

流过昼夜 提交于 2019-12-08 02:01:48

问题


In Visual Studio 2010 there is a handy tool for managing users for my Silverlight Business Application. How do I do this with my deployed application?


回答1:


Sorry to say, but you will have to write user management code in your app.

You might find this article interesting.

http://www.4guysfromrolla.com/articles/052307-1.aspx




回答2:


Good question, I'm surprised there isn't a built-in, pre-canned solution :)

There's an option here: http://mywsat.codeplex.com/

Related questions:

is it possible to use iis 7 to manage users when using forms authentication with asp.net

User management in Silverlight, create custom UI or use ASP.NET website administration tool?



来源:https://stackoverflow.com/questions/5500959/how-do-i-manage-asp-net-users-on-a-non-development-server

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