Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
For a custom umbraco page i have to eliminate the the following obsolete code:
protected void Page_Load(object sender, EventArgs e) { User u = UmbracoEnsuredPage.CurrentUser; if(u == null) { Response.Redirect("/umbraco/umbraco.aspx"); } if (!IsPostBack) { Bind(); } }
But i can't figure out whats the correct way to do this. We are using umbraco 6.2.4.
Any help with this would be greatly appreciated.
Roald
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Removing obsolete authentication functionality
Hi all,
For a custom umbraco page i have to eliminate the the following obsolete code:
But i can't figure out whats the correct way to do this. We are using umbraco 6.2.4.
Any help with this would be greatly appreciated.
Roald
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.