Posted on: 1/17/2015 10:49:28 PM | Views : 638

I made a new SPA project with the Authentication option, and I'm making an accounting application, so I want to rename AccountController so I can use that name for financial accounts, and I renamed everything to UserController and change all the URLs from "/Account/*" to "/User/*", but it's still trying to hit /Account/Authorize after it's logged in and it causes an error.  Any clues as to where I can find this link and change it?

Go to the complete details ...