• Welcome to the all-new iMore Forums! - We're still moving some things around, so you may see a few quirks here and there, but we're working on getting things fully completed as soon as possible. For now, take a look around, and if you run into any major issues, please let us know in this thread!

iPhone app with restful wcf service + hosting?

Yukito Fuzhikhara

New member
Jun 7, 2016
1
0
0
iPhone app with restful wcf service + hosting

We have developed an iphone app which consumes WCF restfull service hosted on [redacted]. In this we sends videos,images as encoded(we converts videos and images in bytes the encoded using Base64) bytes and send through an xml to services method and decode at service side(Convert.From64) and then from bytes to files and upload on the server which is working fine on own server.But facing issue while doing the same with client server with IIS7. We are not being able to upload videos simultaneously on client server which we are able to do the same on our own server. While testing on client we are facing

("bool _WebTryThreadLock(bool): Multiple locks on web thread not allowed! Please file a bug. Crashing now")

but we never face such on our own server.

Kindly Help..
 
Last edited by a moderator:

Just_Me_D

Ambassador Team Leader, Senior Moderator
Moderator
Jan 8, 2012
58,199
236
63
Hopefully, someone will be along to assist you soon.