Security in ASP.NET
page 1 of 4
Published: 06 Jan 2002
Unedited - Community Contributed
Abstract
An overview of the different methods and processes of securing your site in ASP.NET.
by . .
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 21323/ 20

Traditional Security

Introduction

This article shows you how security works in ASP.NET as well as the different ways of doing it; there is no code just a whole bunch of flow charts.

Traditional Security on the web

The usually when a user requests a page IIS does this -

This kind of security is ok for most people. However, to set up individual permissions you have to add new Windows accounts and that takes time to do.

People who want to provide their own user-level security use a database and the following layout:

But this layout has to be on every page that you want security, sure you could use a server side include, but isn't it much easier to have it done automatically for you?


View Entire Article

User Comments

No comments posted yet.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-03-29 2:01:34 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search