ASP.NET ARCHITECTURE

October 23, 2007

ASP.NET Architecture 

ASP.NET Architecture follows below mentioned points:-   

ISAPI(aspnet_isapi.dll) : ISAPI is filter mechanism that filter the request and send to the actual worker process(aspnet_wp.exe).ASP.NET uses ISAPI to run on the Internet Information Server (IIS).Not only does IIS host ASP.NET but the ISAPI filter mechanism also allows both ASP and ASP.NET to coexist on the same IIS server. (IIS can direct a *.asp page to ASP and a *.aspx page to ASP.NET.)

Configuration : The configuration of ASP.NET is managed by information stored in XML-format in a configuration file (Web.Config).

Cache : The cache allows for improved performance of ASP.NET, as the most commonly requested pages would be served from the ASP.NET cache.

State management : State management services for ASP.NET are provided by the ASP.NET state service.

.NET Framework : The .NET Framework provides the Common Language Runtime (CLR), which compiles and manages the execution of ASP.NET code, and the class libraries, which offer prebuilt programmatic functionality for Web Forms, XML support, and exception handling.

ADO.NET : ADO.NET provides ASP.NET with connections to databases.

ASP .NET Tutorial

Entry Filed under: Art, Blogging, Books, Family, Food, Friends, Health, History, Humor, Life, Love, Media, Music, News, Personal, Photography, Poetry, Politics, Random, Religion, Technology, Thoughts, Travel, Video, Writing. .

Leave a Comment

Required

Required, hidden

Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackback this post  |  Subscribe to the comments via RSS Feed


Calendar

October 2007
M T W T F S S
     
1234567
891011121314
15161718192021
22232425262728
293031  

Most Recent Posts