Sample Code For AJAX Application Services

Here is the sample code for my ASP.NET AJAX client library Webcast on Application Services.  You will need to create your own database and add the membership tables to that db.  You will further have to update the connection string in the web.config in order for the code to run.  The following lists how to set up the membership tables in a database:

  • Open a Visual Studio Command Prompt
  • Type aspnet_regsql.exe
  • Choose the appropriate server and database and complete the app.

Enjoy!