ACC97: Web Browser Error Opening Subform in ASP FileLast reviewed: August 25, 1997Article ID: Q164002 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you use Microsoft Internet Explorer to open an ASP file created from a form and a subform in Microsoft Access 97, you may receive the following error message:
Internet Explorer cannot open the Internet site <URL>. The site was not found. Make sure the address is correct, and try again.Note that you may receive a different error message using another Web browser. If you use a proxy server for your Internet access, you may receive an error similar to the following:
HTTP Proxy reports: The proxy server has encountered an error (Host was not found). CAUSEYou did not specify a Server URL or you typed an incorrect Server URL when you exported the form to ASP format in Microsoft Access 97.
RESOLUTIONRecreate the ASP files, and specify the full path to the ASP page in the Server URL in the Microsoft Active Server Pages Output Options dialog box, for example, http://myserver/<scripts>, where <scripts> is the name of the folder in which the ASP files exist.
MORE INFORMATIONWhen you export forms to ASP format, Microsoft Access creates several files. The Server URL information is included in the ASP script files that are generated in order to reference the correct path to the subform. The Server URL is the location where the ASP files are stored on your Web server. For example, if you store the ASP files in the \ASPsamp folder on the \\PubTest server, http://pubtest/aspsamp/ is your Server URL. If you do not enter a Server URL when you create the ASP files, your Web browser will be unable to locate and open the subform.
Steps to Reproduce Behavior
REFERENCESFor more information about exporting ASP files, search the Help Index for "ASP files," or ask the Microsoft Access 97 Office Assistant. For more information about configuring Microsoft Internet Information Server (IIS) permissions, please refer to the IIS Help Index, and see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q160754 TITLE : ACC97: Error "HTTP/1.0 403 Access Forbidden" Browsing IDC PageFor more information about troubleshooting problems with ASP forms, please see the following articles in the Microsoft Knowledge Base:
ARTICLE-ID: Q164248 TITLE : ACC97: Troubleshooting ASP Forms That Do Not Display in Browser ARTICLE-ID: Q164008 TITLE : ACC97: Subforms Appear Blank When Browsing ASP Files on NT 4.0 Keywords : FmsSubf IntAsp IntpWeb kberrmsg kbinterop Version : 97 Platform : WINDOWS Hardware : x86 Issue type : kbprb Solution Type : Info_Provided |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |