|
You can attach a debugger to a role instance running in the development fabric. |
|
It's not possible to attach a debugger to a role running in Windows Azure; any live debugging information must be written to the logs. |
|
A role instance running in the development environment has access to the local Global Assembly Cache (GAC), the registry, machine configuration file, and other local system components. |
|
These components are not available to a role instance that is running in Windows Azure. |
|
Developers should use care to avoid relying on local system components from code running in a role. |