ASP.NET AJAX Web.Config Pieces To ASP.NET AJAX-Enable Web Client Software Factory
by David Hayden ( Florida .NET C# SQL Server Developer ), Filed: Web Client Software Factory
I have received a few requests for the Web.config settings used to ASP.NET AJAX-Enable the Web Client Software Factory that I mentioned here:
Web Client Software Factory and ASP.NET AJAX - Marriage Made in Heaven :)
All I did was watch the ASP.NET AJAX Video put out by Joe Stagner, entitled: How Do I: Add ASP.NET AJAX Features to an Existing Web Application? and essentially follow his reasoning for ASP.NET AJAX-Enabling an existing website which is a four step process-
1) Download and install the ASP.NET AJAX Extensions
2) Create an ASP.NET AJAX Enabled Website so you can get a Web.config file filled with AJAX Stuff.
3) Copy and Paste the missing ASP.NET AJAX Web.config data to your existing Web Client Software Factory Web.config.
4) Toss a Script Manager and UpdatePanel on each page in your WCSF application that you want to AJAX enable.
If you want to see the bare minimum snippets I use that you can copy and paste in your Web Client Software Factory Web.config, you can find a link to the text file on my new Florida .NET Developer Community Presentations Page, which I will continue to maintain with a list of the presentations I am giving to the Florida .NET Developer Community as well as any downloadable resources associated with them. I will be adding more downloadable resources over the next couple of weeks as I get caught up.
Source: David Hayden ( Florida .NET C# SQL Server Developer )
Filed: Web Client Software Factory