I am trying to host an app made in asp.net mvc. 4. I am installing Virtual Machine (Windows Server 2008) and then install IIS configured for that IIS server. I had to deploy the app but logically I have a problem. My app uses SQL Server as a database, therefore, when I try to log in to my app, the system is waiting until I see a message error. Logically I have not configured the database connection to handle dates from the server. My question is, how do I configure the virtual machine in my IIS server, where I am hosting my app to connect to my SQL Server database ??
Thanks