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
I have made a project with this template. However, I wish to add functions to create and delete user accounts. Is Identity pre-installed with this template or do I have to install it separately? If the latter, how should I configure it?
Moreover, I would also like to know how I can create pages, like Razor pages, which do not have the URL "/blog/page". I know that Razor Pages are disabled in MVC projects, but is there a method to use both? Otherwise, can the default URL prefix (/blog/page/) be changed to something else (/info/page)?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I have made a project with this template. However, I wish to add functions to create and delete user accounts. Is Identity pre-installed with this template or do I have to install it separately? If the latter, how should I configure it?
Moreover, I would also like to know how I can create pages, like Razor pages, which do not have the URL "/blog/page". I know that Razor Pages are disabled in MVC projects, but is there a method to use both? Otherwise, can the default URL prefix (/blog/page/) be changed to something else (/info/page)?
Thanks in advance.
The text was updated successfully, but these errors were encountered: