You can create as many application pools
as needed to ensure applications perform as expected and don??™t interfere with other applications.
IIS 7 comes with a single application pool, the DefaultAppPool. When an error does occur
and the applications within a particular application pool fail, the system normally starts a new
worker process and gracefully terminates the existing worker process in a process called
recycling
. You can manually recycle an application pool to fix errors immediately by typing
AppCmd
Recycle APPPOOL ???
DefaultAppPool
???
and pressing Enter (where DefaultAppPool is the name
of the application pool you want to fix). You??™ll see a success message when the recycling process
completes.
BACKUP
Backs up and restores data on your server. You can also delete backups you no longer
need and configure backups to meet specific needs. The default settings perform backups automatically,
so if you have used IIS 7 for any length of time you can type
AppCmd List BACKUP
and
press Enter to see a list of the backups. To restore a backup, you must know the name of a backup
on your system. For example, typing
AppCmd Restore BACKUP ???CFGHISTORY_0000000006???
and
pressing Enter restores the backup entitled, CFGHISTORY_0000000006.
Pages:
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299