Examples of common areas include ASP/ (note that there isn??™t an
USING THE APPCMD UTILITY
569
area in this case), ASPNET/Infrastructure, ASPNET/Module, ASPNET/Page, ASPNET/
AppServices, ISAPI Extension/ (note that there isn??™t an area in this case), WWW Server/
Authentication, WWW Server/Security, WWW Server/Filter, WWW Server/StaticFile,
WWW Server/CGI, WWW Server/Compression, WWW Server/Cache, WWW Server/
RequestNotifications, WWW Server/IISGeneral, and WWW Server/All. In order to
use a particular provider, you must register in the
system.webServer/tracing/
traceProviderDefinitions
section of the
ApplicationHost.CONFIG
file. The default
setting is to add all of the providers and areas defined for the current system.
/verbosity:{Ignore | CriticalError | Error | Warning}
Determines the amount
of information that IIS 7 records about entries in the trace log. The Ignore setting provides
the least amount of information, while the Warning setting provides the most information.
The default verbosity is Error.
/timeTaken:
Timespan
Determines how long IIS waits to make an entry in the trace log,
even when the request eventually succeeds.
Pages:
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304