using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Collections.Generic; using System.Linq; using IsoInterface; using ItlRuntime; [GeneratedPage("usr:login")] [ItlRuntime.XRM.LoginRedirection("./login.aspx#I00006aa3")] public partial class _login : IsoPage { public string returnProcess; public string newUserLogin; protected void Page_PreInit(object sender, EventArgs e) { Response.Expires = -1 ; Response.CacheControl = "Private"; EC.pageCoding = "UTF-8"; EC.rootPath = "./"; EC.globalRootPath = "./"; EC.lang = "fr"; EC.thisFromGlobalRoot = "./login.aspx"; EC.hasDocType = false; EC.imageProviderUrl = "./imageProvider.aspx"; } public override void Dispose() { returnProcess = null; newUserLogin = null; base.Dispose(); } }