Programming with Microsoft Visual C++.NET 6ed [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Programming with Microsoft Visual C++.NET 6ed [Electronic resources] - نسخه متنی

George Shepherd, David Kruglinski

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
توضیحات
افزودن یادداشت جدید








The Role of IIS


Web programming involves processing HTTP requests, interpreting them, and delivering responses. ASP.NET is just a tool for processing HTTP requests. Its main purpose is to service HTTP requests and provide responses. Both ASP and ASP.NET process HTTP requests and deliver responses, but ASP.NET relies much less on IIS than ASP does. The IIS architecture has been around for a while, and it's not going to disappear soon. IIS still fields the HTTP request. However, if IIS detects an ASP.NET file extension in the request, it simply routes the request to ASP.NET's ISAPI DLL (Aspnet_isapi.dll) rather than the regular ASP DLL (Asp.dll). We'll get a closer look at how this works in a moment when we look at the HTTP pipeline.


/ 319