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.
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. .

Trackback this post | Subscribe to the comments via RSS Feed