ASP.NET Security

Articles, News, and Resources about ASP.NET Security

Archive for June, 2007

ASP.NET Security Fundamental Operations. Security in the context of ASP.NET application involves 3 fundamental operations [1,4,5]:. Authentication: the process of validating the identity of a user to allow or deny a request [4,9,10]. …
Here is the original post: Security Features in ASP.NET - Authentication
application aspnet authentication context fundamental identity […]

Read Full Post »

The Health Monitoring system in ASP.NET 2.0 is designed to monitor the health of a running ASP.NET application in a production environment. This article is one of an ongoing series on the Health Monitoring system. …
The rest is here: Health Monitoring in ASP.NET 2.0: Raising Custom Events
application article aspnet environment health […]

Read Full Post »

Microsoft’s patterns and practices group recently published their ASP.NET 2.0 Security Best Practices. If you haven’t read this document, I encourage you to do so as security is everyone’s responsibility ( unfortunately ). …
Read the original post: ASP.NET Security
aspnet document encourage group patterns practices published responsibility securityaspnet, […]

Read Full Post »

Another of my favorite ASP.NET Security Best Practices is to eliminate cross-site scripting, which basically involves people who enter HTML and JavaScript code into web forms in an attempt to inject unexpected data and cause various …
Read more here: Cross-Site Scripting
attempt cross enter favorite forms javascript practices scripting […]

Read Full Post »

Security is one of the most important concerns in application software development. Building a robust security model is one of the most important factors that drive the success of application software. As far as security in ASP. …
The rest is here: ASP.NET Security [Part I]
application development drive factors important […]

Read Full Post »

As a test over the last couple of days I tried to tie in a little test application to my Community Server install. It was a bit of an experience and I thought …
More: Sharing your ASP.NET Security Provider Database between Applications
application community couple experience install server thought […]

Read Full Post »