I have an app where I wish to focus on some Identity function enhancements, e.g. password generation etc. I have used "Add scaffolded item->Identity", and each Identity page seems complete and fine.
Yet when I put breakpoints e.g. in the ctor of Login.cshtml.cs
, they are not hit, as if the compiled Identity pages are still running the show.
What have I missed in scaffolding out the pages?