locked
Sync framework : System Security Exception RRS feed

  • Question

  • Hello Guys,

     I want to implement offline application services for iPhone apps using sync framework. I already install visual studio 2010 , SQL server 2008 R2 and sync framework 2.1 and also followed the sync framework toolkit documentation (which included with downloaded sync framework 2.1 ). Now I have configured sample database and services as per sync framework toolkit documentation process and try to execute the Silverlight sample code but getting exception error like below :

    System.security.securityException--->S ystem.security.securityException:
    Security error
    at
    System.net.browser.BrowserBrowserHttpWebRequest>internalEndGetResponse(IAsyncResult asyncresult)
    at
    System.net.browser.BrowserHttpWebRequest,<>c_DisplayClass5.<EndGetResponse>b_4(Object sendState)

    Please give me your valuable suggestion and feedback for how to execute the application.

    Note : As per so many developer comments I have included clientaccesspolicy.xml file in the application.

    Thanks,

    Pradipta Nilav Saha

    Sunday, September 2, 2012 10:11 AM

All replies

  • run fiddler so you have more detailed information.
    Monday, September 3, 2012 1:26 AM