Category: IIS
Configure IIS to allow downloading .dat files
Note: This is for IIS 6.0. Open IIS Manager. Browse to the IIS Site or subfolder where the .DAT files are Right-click on that site or subfolder and select Properties Select the HTTP Headers tab Click on the MIME Types button In the extension box, type ".dat” In the MIME Type box, type "application/octet-stream" Click…
“Cannot add duplicate collection entry of type…” error in IIS 7/7.5
I came across an “HTTP Error 500.19 – Internal Server Error” error when trying to access a static page on IIS 7 running on Windows 2008 Server. So, here’s what I did that fixed the issue: 1. Checked the event logs first and saw this: 2. Checked out the ISAPI Filters of the “Default Web…