Click here to Skip to main content
15,903,012 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello every body,

I have a doubt, how to allow user changes on config file for database accesing in user system.

For example: I am mainting database with my credentails in my system.
then after instalation how to user login with his cretentails? how is it posible?

I developed my project using c# and sqlserver 2005. I maintain my database with my credentials, but when it is installed in client machine the environment is diferent. So what is the way to maintain the user credentails?

for example my crystal report is working based on my credentails in my system but how to allow user in his system to call reports based on his credentails?

plz give any sugestions on this and give any examples to maintain user status.
Posted
Updated 26-Sep-11 10:10am
v2

1 solution

You can define the user credential information in the db and have them encrypted.
This way you can verify the user\password combination each time when you or any other user logs in the application.
 
Share this answer
 

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