When a new user registers, I need to create a folder etc. I want to find a Controller for this. Note - I have already inherited from IdentityUser as described in:
How can I do this in dotnet core EF 5.0 rc1?
When a new user registers, I need to create a folder etc. I want to find a Controller for this. Note - I have already inherited from IdentityUser as described in:
How can I do this in dotnet core EF 5.0 rc1?
If you selected Individual User Accounts but your project doesn't containg Account controller.You need to add it manually.For razor view.You can Right Click your project> Add > New Scaffold Item and select Identity then check your required pages you want to add.