Ejemplo n.º 1
0
        protected void CreateProfileProperty()
        {
            string retType;

            if (AppCodeCompiler.HaveCustomProfile(WebConfigurationManager.GetWebApplicationSection("system.web/profile") as ProfileSection))
            {
                retType = "ProfileCommon";
            }
            else
            {
                retType = "System.Web.Profile.DefaultProfile";
            }
            InternalCreatePageProperty(retType, "Profile", "Profile");
        }