C# uploading files to IIS server with FTP

Posted by Blottt on Server Fault See other posts from Server Fault or by Blottt
Published on 2011-02-09T13:56:27Z Indexed on 2011/02/09 15:27 UTC
Read the original article Hit count: 153

Filed under:
|

I'm trying to upload an website to an online server programmaticly via C# and using FTP.

example

C:\website\wwwroot

to

"ftp://ftp.host.com/website/wwwroot"

When I do this, the wesbite says "You do not have permission to view this directory or page."

And if I just replaced the webconfig via FileZilla manually , the site starts working.

I'm using the edtftp library for .NET

Any ideas of whats going on ?

© Server Fault or respective owner

Related posts about iis7

Related posts about c#