0

Recently i began to working with windows azure. My problem is that i published worker role to my account on windows azure (free trial account). I do it in visual studio. and Worker role is running- i know it because i can connect to it. But when i log into remote desktop of my windows azure account i cannot see this worker role in task manager. It is necessary for me because next step is to remote debug this worker role. Because in debug->attach to process in vs i see every process except this worker role which i would like to debug

4

1 回答 1

0

您在寻找什么进程名称?辅助角色运行的进程是 WAWorkerHost.exe,而不是您为角色指定的名称。

于 2013-02-26T08:33:22.533 回答