Upload a Web C # project and host it in another site

1

I'm new to managing servers, I need to upload a Web project I did in vs2015 C # MVC.

The detail is that I have a place where he will be invoked. Example: www.miindex.com Here there will be a link to call my site (Portal) and it should be this way www.miindex.com/ portal and that would be the URL with my project open.

How do you do that? I thought I was just creating a folder in the root and copying my project and nothing.

I hope and help me, Thanks in advance

    
asked by Assiel Nahum Reyes Umaña 27.03.2018 в 18:10
source

1 answer

1

Ok, I solved it. I did not have the IIS feature enabled to run ASP applications, I went to the Control Panel - > Programs - > Programs & Features -> Activate or deactivate Windows Features , Select Internet Information Services

    
answered by 06.04.2018 / 23:35
source