User438705957 posted
I have Visual Studio 2013.
I need to create a web application that uses the local IIS installed , so that I can configure it to allow remote connections.
I have jumped thru a number of hoops to get IIS installed and 4.0 ASP.net registered etc.
When I create a web project by selecting Visual C# --> Web --> ASP.NET Web Application, there is no selection available to enable it be hosted by the installed local IIS.
So instead of selecting new project, I select new website, and then the option becomes available to host thru local IIS.
All good.
However, creating the website like this does not give the option of selecting MVC, Entity Framework or Web API assemblies to be installed as well.
These options are all available when creating a new project.
So now I have a website hosted thru local IIS, how can I get the assemblies and references installed to use EF, MVC and Web API.
It seems it should be an option just as it is for new projects , or am I simply missing a concept here.