Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (125.16 KB, 5 trang )
702 Chapter 12 • Getting Started with IIS 7.0
Figure 12.18 FREB Log Location
Once again, FREB is probably the most anticipated feature offered by IIS 7.0, which both
developers and administrators will rely on.
Getting Started with IIS 7.0 • Chapter 12 703
Summary
Possibly the most anticipated release of IIS ever, version 7.0 rebuilt from the ground up does not
disappoint. A new modular design allows administrators to load what they want without the risk of
having unwanted and unused code residing in memory and creating a security concern. The new
modular design also allows developers to add any functionality they wish. A new set of publicly
available API’s removes the reliance on ISAPI and having to know C and C++ when wanting to
extend IIS. Managed code no longer has second class citizenship; it has the same access to the
pipeline that native code does. WMI now provides native access to managing servers. The old
metabase and its complexities have been replaced by more manageable .confi g fi les.
Security is improved. Server administrators can now delegate tasks to Web administrators and
developers without having to provide total server administrative rights. Administrative tools are easier
to use and more powerful. The new and improved IIS Manager is now task-oriented and
wizard-based, thereby walking administrators through the necessary steps to achieve what they need
to. IIS 7.0 now has a complete administrative command line utility in Appcmd.exe that can be used to
view and confi gure objects.
Diagnostic features are now easier to use and more powerful. FREB is a feature that is able to
trace all requests through the pipeline, identify stuck or failing requests, and is useful in analyzing long
running scripts. FREB allows administrators to enable it, create a rule, and then never worry about
having to recreate an error.
Microsoft has brought about a lot of changes to an already solid platform, and improves upon it
with IIS 7.0. Both developers and administrators will benefi t from its features.
Solutions Fast Track
Inside the Changes in IIS 7.0
˛ The IIS 6.0 core was monolithic and did not easily support extensions. With two pipelines
present it had the possibility of producing duplication.
˛ The IIS 6.0 metabase was large and diffi cult to read and locate.