Friday, May 21, 2010

Is it possible to administer users from an web page in ASP.NET?

I want to create a page "administration.aspx", similar to the ASP.NET web site configuration tool, I mean, a page where I (as administrator) could update or delete users registered on my site....is it possible? If so, how? Thanks.

Is it possible to administer users from an web page in ASP.NET?
Yes, there are a number of ways to do this.





Probably the easiest is to use the built-in forms authentication control that comes in ASP.NET 2.0.





http://www.asp.net/learn/videos/view.asp...





(The tutorial above is a demo to create a customer login system, but you can easily mod it to do what you want).





A more advanced solution is to use membership and roles. That's probably overkill for what you want, however:





http://www.asp.net/learn/videos/view.asp...





Finally, this is an excellent tutorial on forms-based authentication:





http://www.4guysfromrolla.com/webtech/11...
Reply:Well dude that's hard to explain over yahoo answers but i advise you to read some articles of really good developers try this website: www.developerfusion.co.uk





Good luck
Reply:It really depends more on how you've setup your authentication scheme on what you can get away with.





You can restrict users access based upon their login and those restrictions can be managed from an administration page.

graphics cards

No comments:

Post a Comment