C# 클래스 mojoPortal.Web.WebConfigSettings

파일 보기 프로젝트 열기: joeaudette/mojoportal

공개 메소드들

메소드 설명
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