How to publish a project in ASP.NET MVC at a specific URL

Asked

Viewed 1,135 times

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 would be:

http://sitedokelvin.com.br/projetodokelvin

Can you do that? What’s the name of it?

2 answers

1

  • 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!

1


I found out from the MSDN community that I should use Virtual Directories (Link MSDN) However, I have found how to implement this issue by the Stackoverflow community (Link to the solution).

Remember that I am using Windows Azure Web Sites. This configuration is from IIS but this link from the solution I sent is specifically for Azure.

Thank you!

Browser other questions tagged

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