Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to add ' ' to the Web site. Access is denied (550)

When I try to publish the project through visual studio I get the "Access is denied (550)" after googling the error I come to know that the issue is with ftp permission as it is read-only. But I am not able to see a permission property with read only in Visual Studio and unchecking it in order to give it full permission.

like image 773
user998007 Avatar asked Dec 21 '22 20:12

user998007


1 Answers

this sounds like a setting on the FTP site itself, not a Visual Studio issue. The FTP account you are using probably does not allow you to write to it.

I like to publish to a directory on my computer and then work with my Systems Admin to determine the best way of getting the data to the server (e.g., he gives me access via both allow-write FTP accounts and remote desktop.). Then I just physically move the files.

like image 117
user158017 Avatar answered Dec 28 '22 09:12

user158017