Sunday, April 03, 2011

RockPaperAzure Challenge.

Was trying to get the Bot Lab in RockPaperAzure Challenge running in Azure, But got:
Server Error
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.


It worked ok locally but when I published the project to Azure it wouldn't run. Figured it out after a lot of trial and error, I finally found that in the Service Definition *.csdef the following lines are commented out:



  <!--<Sites> 

       <Site name="Web"> 

         <Bindings> 

           <Binding name="Endpoint1" endpointName="Endpoint1" /> 

         </Bindings> 

       </Site> 

     </Sites>-->

 




When I uncomment the lines, the project starts working in Azure. To bad that the Challenge is US only it would have been intresting to se how my bots stacks up to the competition.