Tuesday, July 20, 2010

How to secure a asp.net 2.0 web application?

You can start by reading the following articles:


http://msdn.microsoft.com/msdnmag/issues...


http://msdn2.microsoft.com/en-us/library...


http://aspnet.4guysfromrolla.com/article...


http://support.microsoft.com/kb/306590

How to secure a asp.net 2.0 web application?
Question is quite general. Depends on what do you want from security. there is a bunch of server controls for user authentication and authorization and built-in mechanism of Roles, Users and Profiles. All this makes development of security stuff pretty straightforward and easy. On MSDN you can find a lot of articles, describing how to do it.


and of course you have to secure networks, server, database connections etc.


No comments:

Post a Comment