C# Класс mojoPortal.Web.WebConfigSettings

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

EnsureCustomMachineKey() публичный статический Метод

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
Результат void