Steps to Set Up the Sample Application
1.
Create a new database and name in TestDB.
2.
Create a new login and map it to TestDB.
3.
Run the TestDBSetup.sql.
Steps to Run the Sample Application
1.
This sample code requires Visual Studio 2008 or newer, if you don't have
it, download the 90-day trial edition from Microsoft (Click
here).
2.
Download the sample code and unzip it.
3.
Update the connectionStrings in the web.config.
4.
Run the application and follow the sample described in this article.
Make sure to remove any line break from the sample URL when copy and paste.
5.
Shown below is the structure of the sample code.
Figure 1