My ASP.NET MVC login page leads to a different page that is integrated with Angular. After logging in, the URL looks something like this:
http://localhost:5083/Home#/home
I want to remove the ASP MVC controller name ("Home") from the URL. Is there a way to do this?
https://i.sstatic.net/jo9Fn.jpg
Here is the Angular Routing Configuration: https://i.sstatic.net/4UWL5.jpg
And here is the ASP.NET MVC Routing Configuration: https://i.sstatic.net/cErYz.jpg
The login page can be found at AccountContrller->Index.cshtml, and upon clicking the login button, it takes you to HomeController -->index.cshtml