IIS 7.0 logging is NOT enabled by default. You must add this as an additional role service under Health and Diagnostics > HTTP Logging. Default path to logs is: %SystemDrive%inetpublogsLogFiles Error Codes (taken from here http://support.microsoft.com/kb/943891) 1xx – Informational These status codes indicate a provisional response. The client should be prepared to receive one or […]
Our webinterface 5.4 on Windows server 2008 R2 was slow as hell for the first time load for any user or just after a reboot. Be sure to check your ASPNET version and path first. Edit the ASPNET.config file Path: “c:WindowsMicrosoft.NETFrameworkv2.0.50727Aspnet.config“ between the <generatePublisherEvidence enabled=”false”/> Example <?xml version=”1.0″ encoding=”UTF-8″ ?> <configuration> <runtime> <legacyUnhandledExceptionPolicy enabled=”false” /> […]