English 中文(简体)
Dreamweaver Throwing Errors About "Access to ...dwsync.xml was denied"
原标题:

I m using Adobe Dreamweaver CS4 on two systems - one running Windows Vista and the other running Windows7. I ve got a client s web site (several thousand files) manually mirrored between the two systems.

On the Win7 machine, when putting files to the server, I get lots of "Access to ...dwsync.xml was denied" errors. The Dreamweaver site configuration is identical on both machines, as are the Windows filesystem settings (permissions, security, etc.) I ve made sure all files, directories, and subdirectories are writable. Other than the OS, I don t see any difference in the setup, yet I continue to get these errors.

I did an extensive Google search, but came up with only a few results. Most of them were several years old, did not explain the cause of the error, and offered no solutions that worked (it was basically "make sure nothing is read-only".

Does anyone have any ideas on what s going on here? Thanks...

问题回答

I was having the same issue with Dreamweaver CS5 and Windows 7. I solved it by shutting off the "User Account Control"

Control Panel > User Accounts > Change User Account Control Settings. Just set it to "Never notify". You ll have to restart the computer.

Best of luck!





相关问题
What is the simplest way to create my own FTP server?

What is the simplest way to create my own FTP server in C#? Some of the folders will be virtual folders. The authentication should be from a SQL Server database, which includes tables of the ASP.NET ...

FTP In/Out Folder Name Best Practices

What best practices (if any) do you adhere to regarding setting up outgoing and incoming folders for your FTP clients? We typically use "outgoing" and "incoming", but no matter how you phrase the ...

Using TCPClient with RAW FTP to retrieve file

I get the following message back when trying to retrieve a file using TCPClient and RAW FTP: 425 Failed to establish connection. I connect using : using (TcpClient client = new TcpClient("...

Retrieving a List of Files from an FTP server in C#

I m trying to retrieve a list of files from an FTP server, but I m getting some weird non-ASCII responses. Here is the code that I am using: public string[] getFileList(string mask) { if(!...

FTP error on Quit command

I m using a ftp library that causes an error sending the quit command. It seems that the character before QUIT is not recognized. I took a look at the code but didn t find anything. 500 ?QUIT : ...

Passive FTP Timeout while using WinINet

I m trying to ftp a file using passive ftp but I get a timeout (12002) when the put command is called. I m able to use passive ftp with other ftp sites but not this new one. I ve tried this using ...

热门标签