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
- 이동됨 Brian AurichMicrosoft Employee, Moderator 2011년 3월 23일 수요일 오후 5:16 Deployment related. (From:Windows Azure Platform Development)
모든 응답
-
2011년 3월 22일 화요일 오전 8:26folders "Website.Publish","Website.Anas.Publish","Website.Ledger.Publish" are publish destination for Web sites
-
2011년 3월 23일 수요일 오전 2:28
Can someone kindly help me.
Can you look at my deployment?
Deployment ID:
3d8d673d4351492480ae4a8be6b3dc24
Thank you
-
2011년 3월 23일 수요일 오전 6:45중재자
Hi Laughsmile,
When you enable Azure Intellitrace, can you get any error message during the deploying process?
Besides, you may also contact Windows azure live site support for help on deploying issue.
Thanks,
Mog Liang
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework- 답변으로 표시됨 Mog LiangModerator 2011년 3월 29일 화요일 오전 8:25

