ACC97: Using Backslashes in Publish to Web Wizard Causes ErrorLast reviewed: August 27, 1997Article ID: Q164108 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you open and move through a form that has been exported as a Microsoft Active Server Page (ASP) to a Microsoft Internet Information Server (IIS) using the "Publish to the Web" Wizard, you may receive the following error message:
HTTP/1.0 403 Access Forbidden (Execute Access Denied - This Virtual directory does not allow objects to be executed.NOTE: This error also occurs using Microsoft Personal Web Server on a computer running Windows 95.
CAUSEThe Server URL address you specified, under Microsoft Active Server Pages Output Options in the "Publish to the Web" Wizard, contains backslashes (\\) instead of forward slashes (//). For example, the address was typed as follows:
http:\\MyServer\Scripts for the Server URL address. RESOLUTIONUse forward slashes (//) when you type in the server URL address. For example, if your IIS Server address is Northwind, type the following:
http://Northwind/Scripts STATUSThis behavior is by design.
MORE INFORMATIONNOTE: To recreate the following steps, you must create a System DSN (Data Source Name) on the server that points to the Northwind database.
REFERENCESFor more information about using the "Publish to the Web" feature, search the Help index for "Publish to the Web wizard," or ask the Microsoft Access 97 Office Assistant. Keywords : IntAsp IntPubWiz OdbcHowto kberrmsg Version : 97 Platform : WINDOWS Hardware : x86 Issue type : kbprb Solution Type : Info_Provided |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |