DOCUMENT:Q146726 21-MAY-2000 [iis] TITLE :ErrMsg: File .IDC Could Not Be Found PRODUCT :Internet Information Server PROD/VER:winnt:1.0 OPER/SYS: KEYWORDS:kbnetwork ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Internet Information Server 1.0 ------------------------------------------------------------------------------- SYMPTOMS ======== The following Error message appears on your web browser when you try to access an .IDC (Internet Database Connector) file on an Internet Information Server (IIS): 'file:c:\scripts/samples/viewbook.idc?' could not be found. The attempt to load 'file:c:\scripts/samples/viewbook.idc?' failed. CAUSE ===== Web Browsers send requests to IIS to access its databases. These queries are conveyed in .IDC files. The .IDC file passes the request to database through the file, HTTPODBC.DLL. Database results are then sent back to the client in a .HTX file. The .IDC file passes the request to HTTPODBC.DLL only if the request is received over the HTTP protocol. If you use the following syntax to access the .IDC file, IIS sends the content of the .IDC file back to the Web Browser, instead of the results from the database query. File:///c:\/viewbook.idc RESOLUTION ========== Use HTTP to access an .IDC file. For example: http:///viewbook.idc? Additional query words: prodie ====================================================================== Keywords : kbnetwork Technology : kbiisSearch kbiis100 Version : winnt:1.0 ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 2000.