Does the ftp user has full access to upload (write) and read the files in this directory?
550 error means that the ftp user does not have sufficient privileges to perform the action on which this error occured.
In your case, it fails while trying to create the bin folder. It might fail if the
bin folder already exists?
Or does the user has enough privileges to create that folder in the given path level. Maybe you are trying to create it on the root place of your hosting but don't know if you have access to create folders with this user in the root.
Another thing which came in my mind is that the entire folder structure has to have at least 755 permission to create the folder successfully. Check if your ftp user has enough privileges in your parents folder too.
And last idea, if the error still persist... Open your hosting with FTP client and login with your ftp username. Then try creating
bin folder manually on the palce where the bin folder was intended to be created when trying to deploy your application. It will show you where the problem might be.
Hope this helps.
Best Regards,
Hajan
Dont forget to Mark as Answer the answer that solved your problem!
Erik5388
Member
81 Points
84 Posts
Deploying Errors
Jul 09, 2010 09:55 PM|LINK
Deployment access denied webmatrix error server ftp
zettersten.com
client side dev
canvas/html5/js/css
hajan
Star
10655 Points
1782 Posts
Re: Deploying Errors
Jul 10, 2010 01:15 AM|LINK
Does the ftp user has full access to upload (write) and read the files in this directory?
550 error means that the ftp user does not have sufficient privileges to perform the action on which this error occured.
In your case, it fails while trying to create the bin folder. It might fail if the bin folder already exists?
Or does the user has enough privileges to create that folder in the given path level. Maybe you are trying to create it on the root place of your hosting but don't know if you have access to create folders with this user in the root.
Another thing which came in my mind is that the entire folder structure has to have at least 755 permission to create the folder successfully. Check if your ftp user has enough privileges in your parents folder too.
And last idea, if the error still persist... Open your hosting with FTP client and login with your ftp username. Then try creating bin folder manually on the palce where the bin folder was intended to be created when trying to deploy your application. It will show you where the problem might be.
Hope this helps.
Hajan
Dont forget to Mark as Answer the answer that solved your problem!
My ASP.NET Weblog
Erik5388
Member
81 Points
84 Posts
Re: Deploying Errors
Jul 15, 2010 06:31 PM|LINK
zettersten.com
client side dev
canvas/html5/js/css
hajan
Star
10655 Points
1782 Posts
Re: Deploying Errors
Jul 15, 2010 10:28 PM|LINK
The error was reffering to the same thing :)
Hajan
Dont forget to Mark as Answer the answer that solved your problem!
My ASP.NET Weblog
Erik5388
Member
81 Points
84 Posts
Re: Deploying Errors
Jul 16, 2010 04:33 PM|LINK
Yes, thank you.
zettersten.com
client side dev
canvas/html5/js/css