You really should ask on the list (reply to
[email protected]) - I'm not sure why it wouldn't support a
non-encrypted connection, as I've never used Azure

You could write a web service (eg json over http. using MVC to service
it up?) which you talk to over https? Might be more efficient too.

2012/2/1 FreshSolutions LTD <[email protected]>:
> SQL Azure just does not work with non-encrypt connection.
> Is it possible to connect monotouch to encrypt connection?
>
> 01.02.2012, в 18:31, Nic Wise написал(а):
>
>> I should have added:
>>
>>
>>> Of course, you are pushing data unencrypted over the internet, which
>>> is usually a bad idea, not to mention REALLY inefficient.
>>
>> The "inefficient" is more about the use of the native SQL Serve
>> protocol (port 1433) over the internet, and over a SLOW and usually
>> packet-lossy and high latency connection. I'd not expect it to perform
>> very well
>>
>> If you are on WIFI all the time, it'll be fine tho. But on a 3G
>> network,the round trip time can vary from 500ms to 20,000 and back.
>> Not good when you are expecting packets in a certain order.
>>
>> Encryption doesn't normally add much overhead, outside of CPU and the key 
>> setup.
>



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to