Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 549001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:08:20+00:00 2026-05-13T11:08:20+00:00

We have a production Server which has ASP.net 2.0 Application running with Ajax 1.0

  • 0

We have a production Server which has ASP.net 2.0 Application running with Ajax 1.0 and corresponding toolkit (Toolkit version 1.0.20229).

I have been asked to move another application build using ASP.net 3.5 which also utalizes latest ASP.NET AJAX and corresponding toolkit (Toolkit Version 3.0.X).

Can these two application exist on the same server, if I install .Net Framework 3.5 ( current version on the server is 2.0)?

What all should I do to make sure there is no compatability issues?

Please let me know if the question is not clear.

Thank you,

The Mar

RESULT:
Installed Framework 3.5.
Changes to config file were made according to errors received these include:
removed the folloeing entry:

<httpModules> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> </httpModules> 

Had to take out the following section for WCF service in addition to above

<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T11:08:20+00:00Added an answer on May 13, 2026 at 11:08 am

    The applications should be fine running side-by-side.

    If you are distributing the ajax control toolkit as a locally referenced .dll (in other words, you’ve added the .dll file to your project, and referenced that local file), then you should have no problems with the toolkit.

    As for the Ajax (System.Web.Extensions) references, you can do two things:

    2) Go through the references in the project and set “SpecificVersion” equal to “true”, and that’ll force the project to always reference the 2.0 version of it

    3) Just use the 3.5 version. If SpecificVersion isn’t set to true, this might happen automatically, but if not, you can map the reference in your first project by using the web.config’s bindingRedirect element like so:

    <configuration>
       <runtime>
          <assemblyBinding>
             <dependentAssembly>
                <assemblyIdentity name="System.Web.Extensions"
                                  publicKeyToken="31bf3856ad364e35"
                                  culture="neutral" />
                <bindingRedirect oldVersion="1.0.61025.0"
                                 newVersion="3.5.0.0"/>
             </dependentAssembly>
          </assemblyBinding>
       </runtime>
    </configuration>
    

    This method is the least invasive, as you don’t have to touch the project at all. This will also work for any third party dll’s that have explicit references to version 1.0 of System.Web.Extensions.

    I’ve upgraded projects from using the 2.0 framework’s version of Ajax to the 3.5 version, and haven’t had a single problem.

    Good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP.NET 4 application that has been in production for years running
I have an asp.net website in my production server which running fine now. Now
I have this ASP.NET/SQLServer2005 website running on a production server (Win2003, QuadCore, 4GB). The
I have an ASP.NET MVC 2 application, which has an Application_Error event handler in
I have an ASP.NET MVC web application running in IIS as a subweb; let's
I have a Spring framework based Java web application, which has been built in
I have an ASP.NET application which relies on an external assembly which is not
I am working with Asp.NET and I have a class named PathFinder which has
We have an Oracle server running in a remote server which only has an
I have a Glassfish server in production which uses JDBC Realm for authentication. It

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.