Create a view in database to fetch username and password of all users having a particular roie (Form

Posted by naveen on Stack Overflow See other posts from Stack Overflow or by naveen
Published on 2010-04-29T14:13:33Z Indexed on 2010/04/29 14:17 UTC
Read the original article Hit count: 422

Filed under:
|
|

Hi Guys,

Background
==========

I am using ASP.NET Forms Authentication for my application.
I have made my Password Format "Clear", so no problems with the password encryption.

Requirement
===========

I need to create a view(in SQL server) to display all Administrators in my System.
ie aspnet_Roles.LoweredRoleName='administrator'
The fields needed are UserName and Password

Can you guys give point out the most optimal way to do so?

Regards,
Naveen Jose

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about sql