How to publish an ASP.NET MVC project to a specified URL

2

So, I'm in a situation that I do not know how and do not even know if it's possible.

I have a site in ASP.NET MVC, let's call it sitedokelvin.com , this site is an asp.net mvc project.

And I also have another site, let's call it projectdokelvin.com.br , this site is another aspnet mvc project.

What I wanted to do is to publish the site projectdokelvin.com.br within the project sitedokelvin.com.br without having to merge projects in the same visual studio project , I wanted the two to be separated into the same solution .

So the would look like:

link

Can you do this? What's the name of it?

    
asked by anonymous 28.09.2014 / 19:54

2 answers

1

I discovered from the MSDN community that I should use Virtual Directories (

01.10.2014 / 15:30
1

Using areas. Has this tutorial from Microsoft and a few others over the internet. It's not worth putting a step by step answer as to size.

    
28.09.2014 / 23:54