Created
November 5, 2012 22:51
-
-
Save sandrinodimattia/4020935 to your computer and use it in GitHub Desktop.
Elevated WebRole.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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