PRB: Error "Failed to Deploy a File (Xx.asp): You Do Not Have Write Access to Destination URL" (220841)
The information in this article applies to:
- Microsoft Visual InterDev 6.0
This article was previously published under Q220841 SYMPTOMS
When deploying Web Content, Controls, and Applets with the Visual InterDev 6.0 Deployment Explorer, you may receive the following error in the Task List:
Failed to deploy a file (C:\TEMP\_ScriptLibrary\ADOUTILS.ASP): The Web server returned the following error: You do not have write access to destination URL http://<remote server>/<application name>/_ScriptLibrary
CAUSE
Write permissions have not been enabled for the target directory.
RESOLUTION
You will need to temporarily enable write permissions on the remote server using the Microsoft Management Console (MMC). To do this complete the following steps:
- Start the Internet Service Manager in the Microsoft Management Console (MMC) and right-click on the Web application you are deploying to and select Properties.
- In the Access Permissions section of the Directory Properties page turn on Write permissions.
- Click OK to apply these permissions.
NOTE: Allowing write access to a virtual directory is a SECURITY RISK. You should remove write access after deploying your content.
STATUS
This behavior is by design.
REFERENCESFor additional information about the Visual InterDev Deployment feature, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
246757 HOWTO: Use Copy Web to Deploy a Web Application
219050 HOWTO: Deploy Web Applications with Visual InterDev 6.0
For additional information on InterDev deployment resources, click the link below to view the article in the online Microsoft Developer Network (MSDN):
Modification Type: | Major | Last Reviewed: | 7/16/2001 |
---|
Keywords: | kbDeployment kbExtension kbprb kbServer kbWebServer KB220841 |
---|
|