For example, I have a login controller (get and post) each return iactionresult view()...
In the view I have an outline of texboxes and buttons, it all turns into html.beginform(account, login)...
Question: How can I add host/.../.../account/login to the url, for example?
How to make these dots in the address bar. For when deployed on the server - I have a problem in the form of eating the address bar and instead of the correct address as host/.../.../account/login
When you click on a button like sumbit, the address bar is truncated to host/account/login