by Amr Elsehemy
25. March 2008 02:32
In my previous post I showed that ASP.NET application goes through 3 security context levels and discussed the first one :
- IIS Level
- ASP.NET worker process level
- ASP.NET pipeline level
In this post, I will talk a little on ASP.NET worker process level, before starting I would like to point out the development environment we use, the development machines run windows XP and IIS 5.1, the server runs windows server 2003 on IIS 6 of course, so I need to point out the differences. More...
by Amr Elsehemy
19. March 2008 09:53
Lately at SCS I have been assigned to build up the security module and related tasks in the Real Estate Management System we are building. So I decided to share what I have learned in this past period and of course to hear from the community to find optimal solutions for the scenarios I worked with, all what I write here might be repeated but I will share it anyway. More...