C# Class WebApi.WebRole

Inheritance: RoleEntryPoint
Datei anzeigen Open project: CDLUC3/dataup2

Public Methods

Method Description
OnStart ( ) : bool

Private Methods

Method Description
RoleEnvironment_Changing ( object sender, RoleEnvironmentChangingEventArgs e ) : void
UpdateAspNetTempFolderPath ( ) : void

This method updates the default ASP.NET temporary folder location to the local resource configured in the Azure web role configuration http://code.msdn.microsoft.com/windowsazure/How-to-increase-the-size-3939500b http://blogs.msdn.com/b/kwill/archive/2011/07/18/how-to-increase-the-size-of-the-windows-azure-web-role-asp-net-temporary-folder.aspx

Method Details

OnStart() public method

public OnStart ( ) : bool
return bool