I've separated the asp.net mvc user registry in an area
Control Area
In a registration action, it sends the confirmation link, it is generated as follows
var callbackUrl = Url.Action("ConfirmEmail", "Account", new { userId = user.Id, cod...
asked by
04.09.2014 / 21:15