New bing search API Integration from windows Azure

Discussion New bing search API Integration from windows Azure

  • Friday, November 16, 2012 1:24 PM
     
     

    Hi,

    i have one bing search api which recently i have generated from windows azure.

    i want to integrate this search api in my application. It is working in Asp.Net but

    i want to integrate this search api in my classic asp application. So, how can we do this?

    Thanks ,

    Venkatesh.P

All Replies

  • Friday, November 16, 2012 7:08 PM
     
     

    Hi Venkatesh,

    The way to interact with the API endpoint should be fairly similar from a classic application as from an ASP.NET application. The classic application should make HTTP request to the Bing Search endpoint just like the ASP.NET application. You can choose between OAuth or Basic Authentication.

    Does this help you along?

    Thanks,
    Kurt

  • Monday, November 19, 2012 5:28 AM
     
     

    Hi,

    Thanks for replying,

    do you have any sample code for this integration.

    Thanks,

    Venkatesh.P