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 url would look like:
Can you do this? What's the name of it?