I have an ASP.NET MVC login page and on login button click, it is redirecting to another page which is connected with angular, Once I logged in, the url redirecting me to something like below
http://localhost:5083/Home#/home
I need to remove the ASP MVC controller name ("Home") from the Url, how can i do that?
Login page location - AccountContrller->Index.cshtml and on login button click it moved to HomeController -->index.cshtml