Hai friends,
a small doubt. I have a project done in ASP.NET 2.0.
Now v have to do a modification into it. v are planing to add ASP.NET AJAX into this project.
What the config changes and libraries need to added to normal ASP.NET 2.0 project to make it ASP.NET AJAX enabled.
Sreejith
Well, you'll need the System.Web.Extensions library. As for the config file changes, I'd recommend creating a "ASP.NET Ajax-Enabled Web Application" in VS (that you should have available in the new project dialog after you install ASP.NET Ajax), compare that web.config to the one that is in your application, and move over things that you are missing.
No comments:
Post a Comment