Tag Archives: Global Application Class

Creating ASP.NET Web API in Azure Project

When porting ASP.NET Web API to Azure Project, you may encounter error 404 when trying to call the restful api. To solve this problem, add a Global Application Class (Global.asax) in your Azure Project. Lastly replace the Application_Start method in … Continue reading

Posted in Azure | Tagged , , , , | Leave a comment