How can I use Bing Search API on ASP.NET 2.0 website ?

Answered How can I use Bing Search API on ASP.NET 2.0 website ?

  • Tuesday, September 04, 2012 3:45 PM
     
     

    Hi

    I would use Bing Search API in my website witch is en ASP.Net 2.0

    Is there a library like BingSearchContainer.cs for framework 2.0 ?
    Otherwise
    how can I use this service
    ?

    Thanks in advance

All Replies

  • Wednesday, September 05, 2012 6:55 AM
    Owner
     
     Answered

    The Service is REST based API, so you can use it as a simple http request with basic authentication (using account key). BingSearchContainer.cs only simplifies the integration, but is not a requirement.

    Thanks,

    Max