C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Articles » ASP.NET/Web Applications »

Overview ASP.NET Security Model


Posted Date: 22 Nov 2008    Resource Type: Articles    Category: ASP.NET/Web Applications
Author: Abhijit JanaMember Level: Gold    
Rating: 1 out of 5Points: 10



This Article will describe a overview of Security model of ASP.Net and How does it interact with IIS . All Request From Clients directly comes to IIS (Internet Information Server), then the request passes to ASP.NET Application.  See The General Block Diagram [Fig 1].
IIS Attempts to authenticate the user , IIS Accepts all request including Anonymous user and loges them in IUSR_[ServerName] account . If IIS Authenticate user successfully , it passes the user to ASP.NET with additional information of that user. ASP.NET then verify user with his own security model that are configured as predefined. After Asp.net verify user, user are allows to access information on sites based on there permission.
If users are allow to access some files or database from the application , Operating System Checks its own security permission.
Notes : ASP.NET Code doesn't run under the IUSR_[ServerName] accounts because IUSR_[ServerName] accounts doesn't have sufficient privilege to run asp.net code , even IIS allows anonymous user to access.
Check second Attachment for details information. Its showing you first client autheticate by IIS then its comes to IIS.
There are different types of security setting available in IIS like
Form Authentication
Anonymous Authetication
We can change the Sesstion by selection properties of Virtual Directories from IIS

Attachments








Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
ASP.net securoty model  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: Creating Animation:
Previous Resource: Use of ASP.NET Application Folders
Return to Discussion Resource Index
Post New Resource
Category: ASP.NET/Web Applications


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use