Answered Can not deploy the Azure application

  • 2011년 3월 22일 화요일 오전 8:16
     
      코드 있음

    I am having trouble deploying azure application. it runs well in local .

    when deploying , it's always going from Preparing node -> Starting role -> Recovering role -> Preparing node -> repeat.

    I have checked "Copy Local" for dll.

    the webrole.cs is default, and the following is ServiceDefinition.csdef:

     <WebRole name="WebRole1">
      <Sites>
       <Site name="Web" physicalDirectory="../Website.Publish">
        <VirtualApplication name="AcctAnas" physicalDirectory="../Website.Anas.Publish" />
        <VirtualApplication name="AcctLedger" physicalDirectory="../Website.Ledger.Publish" />
         .....
    


    Thanks in advance

모든 응답