Deploy MVC application that uses ACS on Azure

Fypracing.com

New Member
I am new to Azure Software Development. I have developed a MVC web application. Also I use a simple database implemented via CRUD operations. I have deployed my MVC on the Azure cloud using my login. I have also migrated my database to the Azure Cloud. I followed the below link:https://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-databaseBut the ACS is implemented on the localhost. I mean things work well on emulator, but I am not able to publish the web application that uses ACS on the Azure environment. I tried changing all the localhost references I created by changing to my actual web application name that is hosted on cloud, but no luck.Please help me how to deploy an MVC application that uses ACS to be hosted on the Azure cloud environment.Any links will also help or any information. Thanks a lot in advance. I am struck on this for 4 hours...
 
Back
Top