1
I separated the user registration of Asp.net mvc into an area
Area Control
In a registration action, it sends the confirmation link, it is generated as follows
var callbackUrl = Url.Action("ConfirmEmail", "Account", new { userId = user.Id, code = code }, protocol: Request.Url.Scheme);
When you receive the email, it looks like this:
http://localhost:50855/Controle/Account/ConfirmEmail?userId..
He ends up taking the name of the area, being that the Account is outside the area
How can I fix this?
I owe you one more kkkk to send you a box of bad HUASHDU
– Rod
You’ll be turning into a truck soon, huh?
– Leonel Sanches da Silva
Or use this link here.
– Leonel Sanches da Silva