Category Archives: Windows

By April 29, 2010

Microsoft reason for the error: This problem typically occurs because drivers call either the IoQueueWorkItem function or the ExQueueWorkItem function two times on the same work item before the work item has been executed. Device drivers that statically allocate either the IO_WORKITEM structure or the WORK_QUEUE_ITEM structure are particularly prone to this problem. Device drivers


Read More
By April 25, 2010

The 401.3 error message was being displayed due to the Anonymous Authentication app pool settings. I changed the identity to the app pool instead of using the iusr account. This can be found under IIS > Authentication > Anonymous > click edit on the right. You will then need to select “application pool identity”


Read More
By February 08, 2010

full Error You are not authorized to view this page You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept. Please try the following: Contact the Web site administrator


Read More
By January 24, 2010

OMG!!!! Ok that was out of the way. performing a Drupal install for the first time using IIS version 7 and windows 2k8 server. After entering the database information I was faced with a 500 error message that gave me a lot of information. SIKE The 500 error gave me nothing at all, did not


Read More
By January 16, 2010

php-cgi.exe does work on IIS7. You need to modify PHP.INI to have the line: cgi.force_redirect = 0 If you do not do this modification, PHP-CGI.EXE outputs a security warning response without proper response headers, which causes IIS to return a 502 Bad Gateway. Strangely, running PHP-CGI.EXE from the commandline does not generate this error –


Read More
1 15 16 17 18 19 24