ASP.NET Security

Articles, News, and Resources about ASP.NET Security

Archive for November, 2007

IIS 7.0 - ASP.NET Integration

It means that only ASP.NET request will be carried out by managed modules. Now, if we want to employ ASP.NET modules to all our requests, we can write the following in the …
Here is the original post: IIS 7.0 - ASP.NET Integration

Read Full Post »

web server how to

… running asp.net 1.0 web server sales web server sample web server script web server scripting language web server scripts web server secure web server security web server security 1 web server security assesment web server security …
View original post here: web server how to

Read Full Post »

ASP.NET Interview Questions

If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to …
Read the rest here: ASP.NET Interview Questions

Read Full Post »

ASP.NET authentication

Authentication in ASP.NET is one of the best features of the web application’s security, which it is divided into 3 different built-in providers: Forms-based, Passport and Windows Authentication. The Forms-based and passport …
Go here to see the original: ASP.NET authentication

Read Full Post »