Microsoft KB Archive/234974

From BetaArchive Wiki
Knowledge Base


PRB: Unexpected error C0042116 with PDW "Web server either is not responding or returned an unrecognized response"

Article ID: 234974

Article Last Modified on 5/2/2006



APPLIES TO

  • Microsoft Visual Basic 6.0 Learning Edition
  • Microsoft Visual Basic 6.0 Professional Edition
  • Microsoft Visual Basic 6.0 Enterprise Edition
  • Microsoft Internet Information Server 4.0
  • Microsoft Internet Information Services 5.0



This article was previously published under Q234974

SYMPTOMS

When using the Package and Deployment Wizard (PDW) to deploy an Internet Information Server (IIS) application to a Web server, you receive the following error message:

Unexpected error number C0042116 has occurred: The Web server either is not responding or returned an unrecognized response.

Note Allowing Execute access permissions to a virtual directory is a security risk. Remove Execute access after you deploy your Web application.

CAUSE

This error message could occur because of the following reasons:

  • You do not have a virtual directory called SCRIPTS that points to the physical directory C:\Inetpub\scripts.


-or-

  • You have not given Execute permissions to the SCRIPTS virtual directory.


-or-

  • The virtual server that you are deploying to is not running on port 80.


RESOLUTION

Verify that the SCRIPTS virtual directory exists and that you have enabled Execute permissions for this directory on the virtual server to which you are deploying.

Use the following steps to create the SCRIPTS virtual directory:

  1. Open the Internet Service Manager (ISM) snap-in in the Microsoft Management Console (MMC).
  2. Right-click the virtual server that you are deploying to and select New then Virtual Directory.
  3. When asked for an Alias, type SCRIPTS and click Next.
  4. When asked for physical directory, browse to the physical location of the scripts directory, which is under your Inetpub directory, and click Next.
  5. Make sure to allow Execute access permissions and then click Next.
  6. Click Finish.

Use the following steps to enable Execute permissions:

  1. Open the Internet Service Manager (ISM) snap-in in the Microsoft Management Console (MMC).
  2. Right-click the SCRIPTS virtual directory that is under the virtual server that you are deploying to and select Properties.
  3. Select the Virtual Directory tab.
  4. Under Access Permissions, enable the Execute permissions option.
  5. Click Apply and then click OK.

You will not be able to deploy your WebClass application to a virtual server that is not running on port 80.

STATUS

This behavior is by design.

REFERENCES

For more information about the Package and Deployment Wizard, click the following article numbers to view the articles in the Microsoft Knowledge Base:

242767 Deploying WebClasses with the Package and Deployment Wizard (PDW)


199017 How to deploy Visual Basic IIS applications with the PDW


Keywords: kbwebclasses kbprb kbdeployment KB234974