ASP.NET Application Services Tutorials
Introduction
Microsoft ASP.NET AJAX applications do not require extensive use of page postbacks. However, a browser-based application might still have to use server-based application services such as forms authentication and profiles. The Microsoft AJAX Library provides JavaScript proxy methods that enable your browser-based Web applications to use these services without the need for postbacks.
In This Section
-
Using Forms Authentication
-
Provides an example of using the forms authentication Web service in an application.
-
Using Profile Information
-
Provides an example of using the profile Web service in an application.