I'm currently working on ASP.NET MVC 4 with Parse.com. In order to use Parse data, it needs to have
ParseClient.Initialize("Your Application ID", "Your .NET Key");
Could you please tell me where do I put this code? I put it inside the Global.asax file but when I run the my app, it does not retrieve the data. I used the same code for retrieving data in my console application and it worked perfectly.