Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello sir/mam

recently i have Downloaded one small Asp.net project by problem is that i am not able to login to that Application because there is only one default login user as "Admin" but its Password is encrypted into the database table and that login bage is not having any option for creating new users i am using SQL server 2008 and visual studio 2010 so please i need help

thanks
Posted
Comments
Yasir Farooq 21-Nov-12 6:53am    
if you have encrypted password from database you can try that encrypted password in your password textbox.
have you try this?
ZurdoDev 21-Nov-12 7:41am    
You downloaded a project and don't have a username and password to login and you want us to do something? If you have the code then just put a breakpoint in the login code and see what is happening.
bbirajdar 21-Nov-12 7:57am    
Ask the website from where you downloaded it.. try admin or Admin
[no name] 21-Nov-12 12:03pm    
sounds fishy
Fathima, Coimbatore 22-Nov-12 2:28am    
u ll have that encrypted password in ur db table right ? u might some functions to encrypt & decrypt password. use that function to decrypt the password.

thoroughly check in ur application itself.
or else try admin, admin as username & password.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900