Hello All,
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">