Skip to main content

Posts

Showing posts with the label IIS

Response buffer limit exceeded

Error message when a Web browser sends a request for an active server page to a Web server that is running IIS 6.0: "Response buffer limit exceeded" Response object error 'ASP 0251 : 80004005' Response Buffer Limit Exceeded /PageName.asp, line LineNumber CAUSE This issue occurs because of a change in behavior that was introduced in IIS 6.0 and added to IIS 5.0. These versions of IIS enforce a default ASP response buffer limit of 4 MB. This limit prevents large ASP responses from adversely affecting the IIS process that hosts the Web application. If an ASP request generates a response that is larger than the configured buffer limit, you experience the symptoms that are mentioned in the "Symptoms" section. Method 4: Increase the buffer limit You can increase the buffering limit if one of the following conditions is true: • The client is not a Web browser. • You cannot redesign the application to take advantage of a paging technology, such as the GridView class...

make Flv work in IIS

Adding .flv MIME type in IIS 1) Select the site to configure in IIS, right click and select "Properties" 2) Under HTTP Headers Tab, select "File Types" under the MIME Map section and select "New Type" 3) Type ".flv" as the associated extension and "video/x-flv" as the content type. 4) Select "OK" and you're ready to fly!

ASP Error ‘ASP 0104: 80004005'

Solution: Open IIS Manager Right click on your local computer In the Internet Information Service windows the very first checkbox is “Enable Direct Metabase Edit”. Open your metabase.XML which is located in c:\Windows\System32\Inetsrv find the line “AspMaxRequestEntityAllowed” and change it to “1073741824″. (1GB) (may need stop IIS first before modify) or will be much better to modify with this: Internet Information Services (IIS) 6.0 Resource Kit Tools: http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en