Hi all, I am a newbie to ASP.Net and i am developing a small website using Ms Visual Studio 2005(C# + asp.net) and Microsoft SQL Server 2000. There are two things that i cant figure out how to implement.
1. How to create a single sign-in feature. That is to say that once a user signs in, he can view the various pages on the website and if he has not signed in , then he will be prompted to do so.I know cookies or some session management will be used, but how…have no clue!
2. How to use rsa encrption to encryprt the information being sent over from the website to the sql server. Information stored on the server will be encrypted. When the user acesses this information through a window application ,then it will be decrypted and displayed.
I have searched for tutorials on net and havent found something that fully satisfies what am i looking for.
I would be grateful if someone can provide me with the code or a tutorial to implement the two things.
Thanks in advance!!