Questions
- Which connection string is used for local storage?
- What is the name of the storage table where diagnostic data is stored?
- What publish settings must we apply to enable remote debugging?
- What process do we attach to when remote debugging a worker role?
- What happens if we debug a role rather than an instance?
- Is it possible to use IntelliTrace on cloud services in Visual Studio Express?
- Which is the default RDP port?
- What is the difference between the
RoleEnvironment.Changed
andRoleEnvironment.Changing
events? - Where are start-up tasks defined?
- What properties must we apply to a task script so that it is copied when we publish?
- What is the
%TEMP%
variable an example of and what does it do? - What is the difference between limited and elevated
executionContext
?