

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
Computer Dealer News Magazine
We have 45 Security tutorials, you can see below:
Validator controls in ASP.NET.
Implement a Roles-Based Authentication using ASP.NET Forms Authentication
The Pass-Through authentication enables a user to sign-on to their intranet and access other web applications without being asked for login again.
Here we would discuss some simple steps, which would facilitate keeping our database connection strings safe and encrypted in Web.Config.
An article to demonstrate how HTTP Module-based filtering can prevent leeching.
Combines Forms Authentication with Windows or Custom Authenticator.
An article on writing Custom Authentication provider in ASP.NET
How to hide image URLs on a website to avoid illegal access, using a custom HttpHandler and encryption.
They say it is not possible to use cookieless forms authentication in .NET. Well it is, and relatively easy to accomplish!
A classic example of implementing reusable web user control, with supporting controls and classes to keep the code manageable.
By default, Forms authentication does not support single sing-on accross multiple applications. But is not too complicated to tweak it the appropriate way.
Learn how easy it is to create HTTP Reverse Proxy in .NET using IIS.
How to make your server settings safer
Allows Forms-based authentication to work on non-parsed files such as images.
Provides insight and tips on using role-based (groups) Forms Authentication in ASP.NET, which has only partial support for roles.
Describes the proper way to configure a server to securely run the ASP.NET worker process runs as the system account.
A simple way to prevent automated / dictionary login attacks without the use of CAPTCHA (Completely Automated Public Turing Test to Tell Computers and Humans Apart) images.
If you are into development or quality assurance of enterprise solutions, you must be aware of the security aspect of your application. This article provides a checklist for the same...
Simple text to image generator to block spammers inserting data to your database, with ASP.NET.
The current implementation of ASP.NET 2.0\'s security is great and I have fallen in love with it, but it\'s still too limited. I will show you how to extend ASP.NET 2.0\'s security using a custom HTTP Handler and your existing Web.sitemap.
This article will explain how to secure websites using the ASP.NET Forms Authentication.
Using a simple example, I\'ll explain how to prevent a program that can register thousands of dummy users to your database and play with your database and application performance.
This article details a way to perform web security much like ASP 2.0 does it, using an ISAPI Filter.
How to encrypt the database password field, registry information and query string.
An article on SQL injection attacks.
Educate yourself on security best practices for temporary file usage in software applications.
In this article, we talk about the lack of Cookie security built-into the ASP.NET framework, and a decent workaround to provide integrated tamper proof security for cookie data.
How to configure IIS in order to enable the use of Named Kernel Objects in Web Services.
Secure file download using Basic Authentication. The interesting part is that we maintain two separate entry points for uploading and downloading a file.
A technique to use the IIS Basic Authentication mechanism to control access to trace.axd.
Learn how to create a database-driven login page.
How to protect secure assets using a .NET Reverse Proxy, an ISAPI redirection filter and .NET Forms Authentication
Discussing how to encode and tamper-proof text and cookies using the MachineKey, by using reflection.
An article on automatically switching between HTTP and HTTPS protocols without hard-coding absolute URLs.
This article covers some basic steps and commands to encrypt your connection string and other items in a configuration file using ASP.NET 2.0.
This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your database is compromised the passwords cannot be decoded. The only downside is that users cannot retrieve lost passwords, they must reset them.
This article describes how to implement role-based security in an ASP.NET application that implements forms-based authentication using Visual Basic .NET.
This article demonstrates how to implement forms-based authentication by using a database to store the users.
ASP.Net has some new features that allow a developer to easily secure certain areas of a web site. Securing files and folders has always been an option for web applications, but in the past it was necessary to use either a third-party tool like Authentix or to use NTFS and Windows user accounts.
With every new version are added a bunch of new functionality which eases the development of web applications and keeps up to the required security measures to make the applications less susceptible to external threat.
This article discusses the importance of security considerations when designing a server application. Both Microsoft Internet Information Services (IIS) and ASP.NET provide security models that will allow you to authenticate your users appropriately and obtain the correct security context within your application.
Provides insight and tips on using role-based (groups) Forms Authentication in ASP.NET, which has only partial support for roles.
They say it is not possible to use cookieless forms authentication in .NET. Well it is, and relatively easy to accomplish!
How to hide image URLs on a website to avoid illegal access, using a custom HttpHandler and encryption.
A classic example of implementing reusable web user control, with supporting controls and classes to keep the code manageable.