About Web Forms in .NET Framework

Written by Balaji


Continued from page 1

• An ASP.NET Web Form though run onrepparttar server can contain client side script such as JavaScript or Jscript

An ASP.NET Web Form first gets compiled into Intermediate Language (IL) and later torepparttar 133476 machine language. Not justrepparttar 133477 server-side code gets compiled but every control and element inrepparttar 133478 page gets compiled. This enablesrepparttar 133479 ASP.NET Web Form to be in any language that is compatible with Common Language Runtime (CLR) engine. Another advantage withrepparttar 133480 code getting translated to IL is thatrepparttar 133481 user can userepparttar 133482 application in any browser. In addition, you can reducerepparttar 133483 processors and server’s load when you compilerepparttar 133484 ASP.NET Web Forms in ASP.NET, thereby, increasingrepparttar 133485 user’s productivity time. Thus ASP.NET allows you to create Web Forms that are platform independent, language independent, and browser independent.

To access online version ofrepparttar 133486 above article, go to http://www.dotnet-guide.com/webforms.html

Visit http://www.dotnet-guide.com for a complete introduction to .NET framework. Learn about ASP.NET, VB.NET, C# and other related technologies.


Access Control List in .NET Framework

Written by Balaji


Continued from page 1

To restrict access torepparttar users for certain resources of an application, a process of identifyingrepparttar 133475 users becomes a necessity. Authentication enables to restrict a user to accessrepparttar 133476 resources by certain ways. It could be a combination of a username and password, a digital certificate, a smart card or a fingerprint reader. The validity ofrepparttar 133477 information provided byrepparttar 133478 user helps identifyrepparttar 133479 user, so thatrepparttar 133480 user is provided access torepparttar 133481 requested resources. The process of successful identification ofrepparttar 133482 user implies thatrepparttar 133483 user is authenticated.

After identification ofrepparttar 133484 user is over,repparttar 133485 next step is to determine whetherrepparttar 133486 authenticated user has access torepparttar 133487 resources. The process of determiningrepparttar 133488 access torepparttar 133489 resources for a particular user is known as Authorization. In Windows based systems, resources have an Access Control List, which provides a list of users who have access to that resource. The list also specifiesrepparttar 133490 kind of access such as read, write, modify, and deleterepparttar 133491 resource, for each user. For example, if a user requests an ASP page,repparttar 133492 operating system checks whetherrepparttar 133493 user has Read access torepparttar 133494 page and ifrepparttar 133495 user has read permission, thenrepparttar 133496 operating system allowsrepparttar 133497 IIS to fetchrepparttar 133498 page. The IIS has authorization settings which enablerepparttar 133499 IIS to controlrepparttar 133500 access of resources by users. File Access Control Lists are set for a given file or directory usingrepparttar 133501 Security tab inrepparttar 133502 Explorer property page.

To access online version ofrepparttar 133503 above article, go to http://www.dotnet-guide.com/accesscontrol.html

Visit http://www.dotnet-guide.com for a complete introduction to .NET framework. Learn about ASP.NET, VB.NET, C# and other related technologies.


    <Back to Page 1
 
ImproveHomeLife.com © 2005
Terms of Use