ISSUE ==== On Windows 2003 you have an IIS web site, the web site is configured to only use Windows Intergrated Security. When browsing to the site on the Windows 2003 Server you are prompted for a login, when providing the correct details after 3 attempts you are denied access with a 401 error. This …
Tag Archive: IIS
Permanent link to this article: http://www.tsls.co.uk/index.php/2009/05/26/unable-to-access-authenicated-web-sites-on-web-server/
Nov
24
IIS returns HTTP 404 for file downloads (Office 2007)
If you receive this error for Office 2007 applications please add the below. By default IIS 6 and above will not allow any MIME types to be downloaded. You have to explicitly state what can be downloaded from your web server Please follow the following steps to add the MIME types. Open IIS (Computer Manager->Services and Applications->Internet …
Permanent link to this article: http://www.tsls.co.uk/index.php/2008/11/24/iis-returns-http-404-for-file-downloads-office-2007/
Nov
03
Faster PHP in IIS? Use FastCGI
Faster PHP? use FastCGI Ever thought that PHP runs a bit slow on your IIS (6/7) server, well with the new addition of FastCGI you can get an increase in performance of up to 20 times faster. What you need to do for IIS 6 and PHP 5.2.6; First download the latest …
Permanent link to this article: http://www.tsls.co.uk/index.php/2008/11/03/faster-php-in-iis-use-fastcgi/