Can I create modules in Asp.net mvc?

Asked

Viewed 229 times

1

I have a home page with contact and such, like other pages. On the page I have a Login button and when I click the same redirect to a project module.

Example: Home localhost/Home/Index

Login localhost/EAD/Login/Index

They would be two different projects, as I work this way with Asp.net MVC?

In hosting for example I could deploy two applications without one destroying the other? Does anyone know how many application I can have a simple hosting of Asp.net mvc?

1 answer

2


Deivid, in fact you don’t even need to create multiple projects. You can separate the Modules for Area in the ASP.NET MVC 4. In fact this concept has existed since version 1.0 of ASP.NET MVC.

If you don’t know the concept or have never worked with it, just follow the tutorial

I hope I helped the/

  • 1

    Thanks! I’m looking at the article. For those who don’t know much English, please follow the link to an article by macoratti. http://www.macoratti.net/15/07/mvc5_area1.htm

Browser other questions tagged

You are not signed in. Login or sign up in order to post.