Relative Content

Tag Archive for asp.net-coreasp.net-identityrazor-pages

Is it safe to move scaffolded Identity pages from AreasIdentityPages to main site’s Pages?

I have a Razor website built with ASP.NET Core 8 and the Identity framework. I have scaffolded the Identity pages, and they seem to work fine. But I don’t like their paths – “/Identity/Account/Manage/something”. I am considering moving the “AreasIdentityPagesAccounts” files into the Pagesprofile directory and updating the internal links so that a user would see just a “/profile/manage/something” path. I have not found information about anyone doing this.