I have an MVC4 application that is using the Entity Framework and works fine in VS2012. I would like to deploy to a Windows Server (refered to as "BoxA") (Server 2008 R2) that does not ahve IIS installed.
I downloaded the WebPlatform Installer (4.5) and have installed:
.NET Framework 4.5
PowerShell 2.0
.NET Framework 4.0
On the Server Products, there were are a number of items installed, including WebDeploy 3.0
I need some assistance with standing up the MVC4 application.
Once the application is running, I will eventually need to :
1. Connect the application to a remote SQL Database. I believe that I'll need to establish an ID for the Application to connect to the DB. Currently, I am using Trusted Connection = true (and my ID has access to the DB. )
2. Incorporate Windows Security to Active Directory.
Is there a recommended document / script for setting up IIS 7.5 for a site.
Thanks,
Mark