I am trying to open Register.cshtml and Login.cshtml (generated in my Solution Explorer after adding Identity).:
services.AddIdentity
I am trying to open Register.cshtml and Login.cshtml (generated in my Solution Explorer after adding Identity).:
services.AddIdentity
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Mar 26, 2023, 5:01 PM
The code you provided looks like the configuration for adding Identity to your ASP.NET Core web application. To access the Register.cshtml and Login.cshtml pages that were generated after adding Identity.
You can also navigate to the URL of the pages directly. By default, the Register page is located at "/Identity/Account/Register" and the Login page is located at "/Identity/Account/Login".
Rositsa RusevaPosted Aug 30, 2022, 4:13 PM
Vishal JoshiPosted Aug 30, 2022, 1:10 PM