Click here to Skip to main content
15,908,020 members

Comments by memd24 (Top 21 by date)

memd24 10-Jul-14 10:13am View    
I added .TimeOut = -1, before I used .timeOut = 1000000000, but nothing, the same issure. Can affect the IIS in the ftp server?
UPDATE
I discovered that the issure occurs in the
uploadStream.Close();
When I try to sent a 140mb file from the first server to the second, it finish the the while code, and when it go to close it, it goes to the catch line and show the error "An unexpected error occurred on a receive"
memd24 31-Mar-14 14:43pm View    
Well, the good is that now i know it, the bad is that I have to move all the code =/
Thanks man!
memd24 31-Mar-14 14:18pm View    
My problem is not whit controls, is migratin the classes, The person in the company who did the winform application used only clases whitnot order. Thats why im trying to make it work
memd24 31-Mar-14 13:35pm View    
Thanks your help. I adde to all mi App_Code classes the same namespace that has mi Aspx class, but steel not working. should I try something else
memd24 28-Mar-14 19:33pm View    
No, I just added the classes in app_code and build it