Hi,
Creating a template for the login feature, we set up a redirect in Razor.
System.Web.HttpContext.Current.Response.Redirect("/Default.aspx?Id=000");
The problem is that the backend is triggering it when we save the page. How can we adapt/change it so this only happens in the frontend?
Nuno