Category: IIS

How to Fix IIS 7.0 Upload File Size Limit

In Windows 7 (IIS 7.5), Windows Server 2008 (IIS 7.0), and Windows Server 2003 (IIS 6.0), the default settings are particularly strict and secure, minimizing potential attacks caused by previously overly lenient timeouts and limits.

Specifies the allowed size of the entity body in an ASP request as 200,000 (II …

How to Fix the convlog.exe Copy Error When Installing IIS

IIS had some issues, so I reinstalled it. During the IIS installation, it kept prompting that the convlog.exe file could not be copied.

This is caused by corruption in the system’s internal database. Repairing the damaged data files will allow the installation to proceed normally.

The solution is as follows (Start > Run > type CMD > then enter the following com…

How to Configure Custom MIME Types for FLV Support

Configuring your web server to support FLV is actually very simple — you just need to define a custom MIME type. Most virtual hosting control panels include this option.
Custom MIME type extension: .flv
MIME type: flv-application/octet-stream. If you are setting it up directly on the server, follow the steps below …

Flv File Upload to Web Host Returns 404 Not Found Fix

Many users, when using web hosting or cloud servers, upload FLV video files to their websites··but encounter 404 errors when accessing them·They often assume the upload failed and re-upload the files repeatedly. In fact, the files were uploaded successfully the first time. The reason for the 404 Not Found …

How to Install PHP 5.3.x on IIS 7

First, install IIS7. During installation, pay attention to three checkboxes:
Note: CGI will be used in the IIS7 + PHP 5.3.5 environment.
ISAPI Extensions and ISAPI Filters are used for IIS7 + PHP 5.2.17.
Next, begin adding PHP support to IIS. IIS7 + PHP 5.3.5
1. Unzip the downloaded ph …

How to Install PHP 5.2.17 on IIS 7

First, modify the php.ini file.. Rename php.ini-dist under c:/php to php.ini (you need to set file extensions to be visible first), open it with Notepad, find extension_dir = “./”, then change ./ inside to c:/php (modify the path according to your actual situation) 1. Add the required …

Implementing Site-Wide HTTPS Access on IIS 6.0

Note: Before enforcing site-wide HTTPS access, please first confirm that all pages of the website can be accessed normally via HTTPS. If unsecured elements on the site have not been resolved (i.e., the site still contains external links to images, JS, CSS, etc.), forcing site-wide HTTPS access may cause some pages to display abnormally. Implementation Steps: 1. Open IIS …

Service Unavailable Causes and How to Fix

一、 If the “Service Unavailable” message appears, refreshing a few times may restore access.
This occurs because the website has exceeded IIS limits. Unlike Windows 2000 systems which prompt “Too many connections&rd …