I created an asp.net web application using BingSearchContainer. When I test in visual studio IDE, application works fine and BingSearchContainer returns video results. Issue is, when I deployed the application in IIS on development server , it doesn’t work
until I log into development server and view the URL https:\\api.datamarket.azure.com\Bing\Search in Internet explorer. Once this is done, application works for the subsequent requests. Any suggestions to solve this issue are much appreciated!
Error message generated is – Your credentials could not be authenticated: "Credentials are missing.". You will not be permitted access until your credentials can be verified. This is typically caused by an incorrect username and/or password, but could also
be caused by network problem.
Thanks!!