0
With IIS 7.0 you can granularly delegate administrative control to Web site developers
or site owners. The installation is fully customizable and allows you to select only
those specific components you want to install and enable. Developers also have much
richer application programming interfaces (APIs) to extend IIS functionality. As an administrator
and not a developer, you could probably care less whether new APIs are
included, but the reality is that these new APIs allow you as the administrator to write
code to manage all aspects of IIS through the Microsoft.Web.Administration namespace
or through the WebAdministrator Windows Management Instrumentation (WMI).
IIS 7.0 can also check application health through Windows Communication Foundation
(WCF) services such as Windows Activation Service (WAS), which provides intelligent
resource management, process tracing, and automatic failure detection. For example, if a
request times out, IIS can automatically log a traceback through the code that generated
the exception to help you track server issues.
The internal workings of IIS 7.0 have also been exposed. You can now get in-depth
information about IIS activity at any time, such as the types of requests that are coming
in, which resources are being accessed, and what they??™re doing. This makes it a bit easier
to troubleshoot and diagnose server or application issues.
Pages:
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228