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