AJAX Extensions

  • Thread starter Thread starter David C
  • Start date Start date
D

David C

I had ASP.NET 2.0 AJAX Extensions loaded on my web server and then installed
..Net 3.5 and was wondering if I need to uninstall the 2.0 extensions?
Thanks.

David
 
it does, but a different version. if you look at the web.config, to
enable ajax, or use 3.5 you add and replace some httpmodules. the
version numbers are specified, and are different between 2.0 & ajax and
3.4 & ajax.

-- bruce (sqlwork.com)
 
Back
Top