dlmelendez / identityazuretable

This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
MIT License
104 stars 30 forks source link

Trying to use an example but it doesn't work #114

Open t1fra opened 4 months ago

t1fra commented 4 months ago

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.

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?

t1fra commented 4 months ago

No idea what went wrong, trying it again on a new project was working :-)