2
So I’m in a situation I don’t know how and I don’t even know if it’s possible to do.
I have a website in ASP.NET MVC, let’s call it sitedokelvin.com.br, this site is an Asp.net mvc project.
And I also have another website, let’s call it projetodokelvin.com.br, this site is another aspnet mvc project.
What I wanted to do is publish the site projetodokelvin.com.br within the project sitedokelvin.com.br without having to merge the projects in the same visual studio project, wanted the two to be separated within the same Solution.
Thus the url would be:
http://sitedokelvin.com.br/projetodokelvin
Can you do that? What’s the name of it?
Hi Gypsy, unfortunately this is not what I need. I researched and the people of the MSDN community ended up answering me. What I needed to use was virtual folders. With this I can publish different applications in certain Urls. Thanks!
– Kelvin Ferreira