I have a home page with contact and such, similar to other pages. In the page I have a Login button and when I click on the same redirect to a project module.
Example: Home localhost / Home / Home / Index
Login localhost / EAD / Login / Index
There are two different projects, how can I work with ASP.NET MVC?
In hosting for example I could deploy two applications without one destroying the other? Does anyone know how many applications I can have a simple ASP.NET mvc hosting?