BUG: Stopping IIS WWW Service Causes Application Error

Last reviewed: July 30, 1997
Article ID: Q172173
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 5.0, 5.0a

SYMPTOMS

Stopping the WWW Publishing service in Internet Information Server (IIS) 3.0 after loading an Active Server Pages (ASP) page that instantiates a Visual FoxPro automation server causes an application error in Inetinfo.exe.

This error only occurs with in-process automation servers (DLL). Out-of- process automation servers (EXE) do not cause the error.

The Internet Information Server is only supported currently on Windows NT 4.0, Service Pack 2 and above.

RESOLUTION

Use an out-of-process automation server (EXE) instead of the in-process automation server (DLL).

NOTE: In order for the ASP Page to access the Out of Process Server you

      will need to set the 'AllowOutOfProcCmpnts' Windows registry entry
      to a value of '1'.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Behavior

NOTE: Following these steps will result in a crash on the IIS server.

      It is recommended that you save all data before proceeding with
      these steps.

  • Follow the steps in the following Knowledge Base article to create the Visual FoxPro automation server and the Active Server Page in accordance with the following article:

          ARTICLE-ID: Q168053
    
          TITLE     : HOWTO: Visual FoxPro Automation Servers and Active Server
                      Pages
    
    

  • Start the Internet Service Manager on the IIS Server.

  • Access the Active Server Page using your Web browser.

  • Stop the WWW Publishing Service.


  • Additional query words: IIS ASP OLE
    Keywords : FxnetworkGeneral vfoxwin kberrmsg kbnetwork
    Technology : kbInetDev
    Version : WINDOWS:5.0,5.0a
    Platform : WINDOWS
    Issue type : kbbug


    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.

    Last reviewed: July 30, 1997
    © 1998 Microsoft Corporation. All rights reserved. Terms of Use.