You can only use this
object for monitoring purposes??”it doesn??™t let you add or delete requests.
SITE
Manages the virtual sites on your server. IIS 7 comes with one virtual site installed, the
Default Web Site. You can use the commands associated with this object to add or remove sites,
start or stop them, configure them, or provide a detailed listing of configuration information.
The default output information of the
List
command is usually inadequate for learning anything
about the site??”it only includes the virtual site name, identifier, bindings, and state. If you
really want to know as much about the sites as possible, type
AppCmd List SITE /text:* >
SiteConfiguration.TXT
. The
SiteConfiguration.TXT
file contains complete statistics about
the sites on your server. Remember that you can specify a site if you don??™t need to know about all
of the sites on your server. For example, type
AppCmd List SITE ???Default Web Site??? /text:*
and press Enter to learn about the Default Web Site. It??™s also possible to work with sites using
their URL. For example, type
AppCmd List SITE http://localhost /text:*
to discover
everything about the Default Web Site by accessing it using its URL.
Pages:
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301