I am using FtpWebRequest to upload files to my web site. It works great on my machine and file gets uploaded but once I move it to the hosting site (Godaddy.com) I get a SecurityException on this line of code: Dim reqObj As FtpWebRequest = WebRequest.Create(CompleteFTPPath) What am I missing?? Jawilliams7