Hello im experienceing a problem with uploading my asp.net based page to a my webserver from the dev computer...
ON the dev computer the site runs perfect but on the webserver it give me errors somethingl ike
Could not load file or assembly 'System.Web.Extensions' Version=1.0.61025.0
I guess it has to do something with my config these rows
///
configSections>
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=2.0.20404.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="Everywhere"/>
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
</sectionGroup>
///
Ive tried uploading the dls System.Web.Extensions version 2.0 NOT Version=1.0.61025.0
And it stills gives me an error.. Can i somehow change so it will look for 2.0 version of the dlls not the 1.0.61025.0 which i dont have? Or can i download the 1.0.61025.0 dlls of system.web.extensions and System.Web.Extensions.Design dlls from somewhere?
Thanks !
Clooak
by: janicegannonPosted on 2008-02-08 at 17:13:50ID: 20855745
are the web servers configured the same? if it works in the dev, and not in the production, then I would think the server is confgured wrong. If it is IIS, then you may need to change the asp.net config of the website.