Examining website security (specifically on IIS7)

I have never had to deal with the security aspects of a website, but would like to know how to run a secure website on my own server (IIS7).

What security elements do I need to learn? Are there any good online resources?

  • client side
  • IIS
  • Server / firewall
  • Asp.Net

Note. I think security means safe and secure, not related to authorization, etc. on the website itself.

+1


source to share


2 answers


Security in IIS is a huge topic and it really depends on your application and what it needs. Check it out to help you get started:



+1


source


You can find some articles about IIS7 security features on this page: http://www.iis.net/getstarted .



For ASP.NET security tutorials check out this page: http://www.asp.net/learn/

0


source







All Articles