You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for creating this solution. I would love to try it out but im having issue(s).
I've create a asp.net core 8 mvc sample project with authentication for individual accounts
When running the standard Microsoft project sample I do see a register/login button.
Afterwards I followed your quickstart instructions to get a sample, had to add --force to overwrite existing files.
dotnet new --install ElCamino.AspNetCore.Identity.AzureTable.Templates
dotnet new mvc-id-azure-tables --force
When running the WebApp now, the buttons to register/login are gone. I've placed a breakpoint in _LoginPartial.cshtml to see if this view is rendered. The break point is not reached.
I also created a asp.net core 8 mvc project without any authentication, -- force not required as no files exist for identity. Same result, break point in _LoginPartial.cshtml is not reached and no register/login buttons are visible.
Could you please advise what I'm missing?
The text was updated successfully, but these errors were encountered:
Hi,
thanks for creating this solution. I would love to try it out but im having issue(s).
I've create a asp.net core 8 mvc sample project with authentication for individual accounts
Afterwards I followed your quickstart instructions to get a sample, had to add --force to overwrite existing files.
When running the WebApp now, the buttons to register/login are gone. I've placed a breakpoint in _LoginPartial.cshtml to see if this view is rendered. The break point is not reached.
I also created a asp.net core 8 mvc project without any authentication, -- force not required as no files exist for identity. Same result, break point in _LoginPartial.cshtml is not reached and no register/login buttons are visible.
Could you please advise what I'm missing?
The text was updated successfully, but these errors were encountered: