C# Class mojoPortal.Web.WebConfigSettings

Afficher le fichier Open project: joeaudette/mojoportal

Méthodes publiques

Méthode 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 méthode

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
Résultat void