PRB: Unexpected Error C0042116 with PDW: You Do Not Have Write Access to Destination URL (234975)



The information in this article applies to:

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

This article was previously published under Q234975

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 returned the following error: You do not have write access to destination URL http://<servername>/<directory>.

CAUSE

This error message could occur because of two reasons:
  • You have not enabled Write permissions to the target directory you are deploying to. Write permissions are required in order to deploy your WebClass application.

    -or-
  • The deployment directory you have specified does not exist on the target server.

RESOLUTION

To enable Write permissions follow these steps:
  1. Open the Internet Service Manager (ISM) snap-in in the Microsoft Management Console (MMC).
  2. Right-click your deployment directory and select Properties.
  3. Select the Directory or Virtual Directory tab.
  4. Under Access Permissions, enable the Write permissions option.
  5. Click Apply and then click OK.
NOTE: Allowing write access to a virtual directory is a security risk. You should remove write access after deploying your WebClass.

STATUS

This behavior is by design.

REFERENCES

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

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

199017 HOWTO: Deploy Visual Basic IIS Applications with PDW


Modification Type:MajorLast Reviewed:9/5/2006
Keywords:kbDeployment kbprb kbWebClasses KB234975