AJAX Extensions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David C

    AJAX Extensions

    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


  • David C

    #2
    Re: AJAX Extensions

    But I thought that 3.5 includes AJAX.
    David
    "bruce barker" <brucebarker@di scussions.micro soft.comwrote in message
    news:62228DFF-8964-4617-9EC0-449C0DCF977F@mi crosoft.com...
    no. they work side by side.
    >
    -- bruce (sqlwork.com)
    >
    >
    "David C" wrote:
    >
    >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
    >>
    >>
    >>

    Comment

    • bruce barker

      #3
      Re: AJAX Extensions

      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)



      David C wrote:
      But I thought that 3.5 includes AJAX.
      David
      "bruce barker" <brucebarker@di scussions.micro soft.comwrote in message
      news:62228DFF-8964-4617-9EC0-449C0DCF977F@mi crosoft.com...
      >no. they work side by side.
      >>
      >-- bruce (sqlwork.com)
      >>
      >>
      >"David C" wrote:
      >>
      >>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
      >>>
      >>>
      >>>
      >
      >

      Comment

      Working...