getting an error remote server authentication

Answered getting an error remote server authentication

  • miércoles, 20 de junio de 2012 9:54
     
     

    Hi all,
    I am using VS2010.i am getting an error while connecting to from windows phone cloud application to windows Azure SQL database. after given all credentials then click on Ok button then i am getting an error as "the remote server returned an unexpected response 407 proxy authorization required". i was googled also and i am sure i gave valid credentials. please any body help to me.

    Thanks in advance,

    U NareshRaju.


    nareshrajuu

Todas las respuestas

  • miércoles, 20 de junio de 2012 11:37
     
     Respondida

    hi,

    I believe you need to add your IP range in the FireWall of SQL azure. Hope this help.

    Regards

    Madan

    dmadan.wordpress.com

  • miércoles, 20 de junio de 2012 12:18
     
      Tiene código

    Hi,

    did you add the following code in the configuration file ?

    <system.net>
        <defaultProxy>
          <proxy usesystemdefault="true" />
               </defaultProxy>
      </system.net>

  • jueves, 21 de junio de 2012 2:01
    Moderador
     
     Respondida Tiene código

    Hi,

    You can try to set binding's useDefaultWebProxy property to "True" and have a try, for exmaple:

    <binding useDefaultWebProxy="true"> 
    </binding>
    

    Hope this helps.

    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework