Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created November 5, 2012 22:51
Show Gist options
  • Save sandrinodimattia/4020935 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/4020935 to your computer and use it in GitHub Desktop.
Elevated WebRole.cs
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="AppInitDemo" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-10.1.8">
<WebRole name="WebRole1" vmsize="Small">
<Runtime executionContext="elevated" />
...
</WebRole>
</ServiceDefinition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment