Log Parser sample queries to check the health of your IIS,FTP. IIS log files queries These examples assume the log format used is W3C Extended. If a different format is used, the field names may need to be changed. Get […]
HTTP IIS codes
1xx – Informational These status codes indicate a provisional response. The client should be prepared to receive one or more 1xx responses before receiving a regular response. 100 – Continue. 101 – Switching protocols. 2xx – Success This class of […]
website performance tools
So how can we now a website is working how it should. As far as performance, server settings, code etc… Well there are lots of tools out there but the best ones I have came across are: Firefox AddOn Firebug […]
IIS request
I found this really interesting diagram about how the IIS works. Also the HTTP error codes witch was very helpfull to debug problems. ref.: http://msdn.microsoft.com/en-us/library/ms524901%28VS.90%29.aspx
wcat howto
WCAT howto It was a little trick but I got it working.The config file I am using is here EDIT the URL to point to your website.Save it as stress.ubr. NOTE:I am testing with 3 clients, so the stress will […]
IIS with storage
How to Configure IIS 6.0 with Storage 1. Create a limited permissions account on the Domain Controller or the same name and password in all web servers. 2. Add your newly created account to the IIS_WPG Local security group. 3. […]