IIS 4.0 Applies Footers To All Documents For a Given VrootID: Q188491
|
When the Microsoft Internet Information Server 4.0 option Append Footers is selected for a given virtual root, all files and/or documents downloaded from that v-root will have footers appended regardless of document type. For example, HTML, ASP, EXE, GIFs, JPGs, and so on will all have footers appended. In some cases this will cause the browser downloading the file or document to hang.
Some documents will download with no problem due to the document's format. Other documents do not have a length indicator, which causes the file being downloaded to become corrupted due to the appended footer.
To work around this problem, use one of the following methods:
Mdutil set /w3svc/1/root/foo.htm/FooterEnabled 0
For %%I in (*.exe) mdutil set /w3svc/1/root/%%I/FooterEnabled 0
Additional query words: hang stuck frozen bogus footer
Keywords :
Version : WINNT:4.0
Platform : winnt
Issue type : kbbug
Last Reviewed: May 3, 1999