The principle of asp.net web programming
IIS schema and HTTP request processing process (1)
******************************************************************
Description
"ASP.net Web programming principles," including a series of articles, derived from the "ASP." NET program of programming, the 8th chapter of the ASP.net development of some of the more complex issues are introduced, the main purpose is to itcast on the election learned I teach the ASP. NET Technology Basics Course (HTTP://WWW.ITCAST.NET/PORTAL/COURSES/UNIT/137) provides students with more detailed learning materials. It is also available for other ASP.net developers to refer to.
This series of articles because of my textbook "ASP." NET programming course (Higher education publishing house is expected to be published in February 2009), therefore, users can be learning and reference for the purpose of distribution and dissemination, but not for commercial purposes, such as the use of its intact in other similar technical books.
Jin Xu-liang
September 27, 2008
*******************************************************************
IIS in the Windows operating system is responsible for providing internet services, and a computer running IIS can be viewed as a Web server.
The IIS major version number in Windows XP SP2 is 5,windows 2003 server is 6,vista and Windows Server 2008 is 7. For Windows 2003 Server, the default supported version of ASP.net is 1.1, so you must install the. NET Framework 2.0 above [1] separately.
Currently, IIS 6 is the most widely used version, IIS 5 is basically not deployed on a Web server, and IIS 6 is significantly different from IIS 5 in terms of system architecture, and IIS 7 has no fundamental changes in the infrastructure compared to IIS 6, but there are new enhancements and improvements in many areas. This book selects IIS 6/7 for introduction, and most of the content is also suitable for IIS 5, but some of the outdated features of IIS 5 are not covered.