ComponentOne Studio for iPhone requires you to create an ASP.NET 3.5 AJAX-Enabled project so that Microsoft ASP.NET AJAX Extensions and a ScriptManager control are included in your project before the controls are placed on the page. This allows you to take advantage of ASP.NET AJAX and certain features such as partial-page rendering and client-script functionality of the Microsoft AJAX Library.
When creating AJAX-Enabled ASP.NET projects, Visual Studios 2008 gives you the option of creating a Web site project or a Web application project. MSDN provides detailed information on why you would choose one option over the other.
Note: If you are using Visual Studio 2010 or later, see http://www.asp.net/ajax/ for more information on creating an AJAX-Enabled ASP.NET Project.
The following table summarizes the installations needed:
Visual Studio Version |
Additional Installation Requirements |
Visual Studio 2008, .NET Framework 3.5 |
None |
The following topics explain how to create both types of projects in Visual Studio 2008.