IIS Tools

Kill IIS process without rebooting

Sometimes you need to restart IIS (for example the last shutdown of World Wide Web Publishing Service locked on "stopping") and you really can't or don't want to reboot the server. Microsoft provides a utility called iisreset (located in winnt\system32). That should be in your $path so you don't really need to know that.

Simply open a "dos command prompt windows" and type iisreset /stop and then iisreset /start

IIS logging with Awstats

|

LogFormat
Version : 2.1+
3.1+ for tags %host,%logname,%time1,%time2,%methodurl,%methodurlnoprot,%method,%url, %query,%code,%bytesd,%refererquot,%referer,%uaquot,%ua,%other
3.2+ for tags %gzipin,%gzipout
4.0+ for tags %gzipratio,%syslog
4.1+ for tag %virtualname
5.6+ for tag %deflateratio
6.1+ for tag %time4
6.2+ for tag %time3

IIS Password

Free password tool (ala .htaccess): http://www.troxo.com/products/iispassword/
Syndicate content