What are the steps I need to do in order to host my .net written Facebook application on windows Azure platform?
I developed some facebook app already but I wrote them with PHP and hosted them on my own private web server.
I want to use this .net SDK.
What are the steps I need to do in order to host my .net
Share
The Facebook C# SDK has Azure samples packaged with the download and on NuGet I believe. The developers also contribute to something called the Azure Toolkit which makes getting started in Azure easy.
This post has some general Azure resources if you are unsure about general concepts.