I have created a project with asp.net core web app with individual authentication now I want to edit the registeration page but I cant find it. In the documentation page say go to /Areas/Identity/Pages/Account/RegisterConfirmation.cshtml.cs.
However, I cant find the account folder inside my Pages folder
so what do you think I have done wrong with project?
Thanks
CodePudding user response:
I believe you are looking to add Identity
into your code. You would need to scaffold identity before you could see those codes. In summary, you would need to:
- Create the project
- Scaffold identity
- Configure email sender (if any)
The official documentation is actually pretty straightforward and easy to follow.
CodePudding user response:
Normally the cshtml.cs is under the .cshtml . Can u find the cshtml file? if so there should be an triangle and if u click it there should be your .cshtml.cs