Security to the site?

Posted by Srinup97 under ASP.NET on 9/20/2013 | Points: 10 | Views : 1108 | Status : [Member] | Replies : 2
Hi
How to give the security site and asp.net page
please tell me briefly with examples

Regards
Srinivasp

srinivasp


Responses

Posted by: Allemahesh on: 9/20/2013 [Member] [MVP] Silver | Points: 25

Up
0
Down
Dear Srinup,

You can use the session concept to secure you site and asp.net pages.

Happy Coding
If it helps you or directs U towards the solution, MARK IT AS ANSWER

Srinup97, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Allemahesh on: 9/20/2013 [Member] [MVP] Silver | Points: 25

Up
0
Down
Implementing security in a site has the following aspects:
-> Authentication – it is the process of ensuring the user’s identity and authenticity. ASP.Net allows four types of authentication system:
1. Windows Authentication
2. Forms Authentication
3. Passport Authentication
4. Custom Authentication
-> Authorization – it is the process of defining and allotting specific roles to specific users.
Confidentiality – it involves encrypting the channel between the client’s browser and the web server.
-> Integrity – it involves maintaining the integrity of data. For example, implementing digital signature.

Also you ca see the below links:-
http://www.tutorialspoint.com/asp.net/asp.net_security.htm
http://msdn.microsoft.com/en-us/library/91f66yxt(v=vs.90).aspx
http://msdn.microsoft.com/en-us/library/ff648635.aspx

Happy Coding
If it helps you or directs U towards the solution, MARK IT AS ANSWER


Srinup97, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response