C# Class mojoPortal.Web.WebConfigSettings

ファイルを表示 Open project: joeaudette/mojoportal

Public Methods

Method Description
EnsureCustomMachineKey ( ) : void

calls to this method should be made inside a try catch log we don't expect the Web.config file to be writable in general but it usually is on a new installation so we can go ahead and try to update to a custom machine key

Method Details

EnsureCustomMachineKey() public static method

calls to this method should be made inside a try catch log we don't expect the Web.config file to be writable in general but it usually is on a new installation so we can go ahead and try to update to a custom machine key
public static EnsureCustomMachineKey ( ) : void
return void