New Post: HttpWebRequest_WebException_RemoteServer Remote Server not found
We used almost same code in our silverlight application where large files are being uploaded.It works fine on some machines but on some, user gets remote server not found exception. Any idea what can...
View ArticleNew Post: HttpWebRequest_WebException_RemoteServer Remote Server not found
If I was to guess I'd say that the client app is not getting a connection to the web server. Silverlight backs the TCP connection to the HTTP server via WinInet I believe so in theory you should not...
View ArticleNew Post: HttpWebRequest_WebException_RemoteServer Remote Server not found
One other idea from what I had already suggested. If your clients are using older browser technologies you might try and lower the value for .MaxUploadThreads=2 down to 1. I still think that...
View ArticleNew Post: :[HttpWebRequest_WebException_RemoteServer] Arguments: NotFound...
Hi,in my Visual Studio the Code and upload works fine. But if i depoly the Code to my IIS 7.5 Server it throws me this : :[HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging...
View ArticleNew Post: :[HttpWebRequest_WebException_RemoteServer] Arguments: NotFound...
Sorry I cant think of anything aside from the server being obstinate and not handling the connections fast enough. You might compile a debug version and set your config to allow for debug messages to...
View ArticleNew Post: :[HttpWebRequest_WebException_RemoteServer] Arguments: NotFound...
Ok very nice , Fiddler did the Trick. The Path for Storefile.ashx were not relative and the application cant find it, but now i get a new error:Btw: Thank for the Fiddler tip! Its a great tool for...
View ArticleNew Post: :[HttpWebRequest_WebException_RemoteServer] Arguments: NotFound...
I get it to work, but only if i copied the Source-code of StoreFile.ashx.cs in StoreFile.ashx. If the Code is compiled into the DLL, it doesn't work. But i dont know why... Something must be wrong...
View ArticleNew Post: :[HttpWebRequest_WebException_RemoteServer] Arguments: NotFound...
No problem and glad to hear its working for you. HTML 5 will eventually make it such that the Silverlight Client side code is not needed (once the HTML 5 File API is working across the board.)Deploying...
View Article