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.extension
s" type="System.Web.Configura
tion.Syste
mWebExtens
ionsSectio
nGroup, System.Web.Extensions, Version=2.0.20404.0, Culture=neutral, PublicKeyToken=31bf3856ad3
64e35">
<sectionGroup name="scripting" type="System.Web.Configura
tion.Scrip
tingSectio
nGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad3
64e35">
<section name="scriptResourceHandle
r" type="System.Web.Configura
tion.Scrip
tingScript
ResourceHa
ndlerSecti
on, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad3
64e35" requirePermission="false" allowDefinition="MachineTo
Applicatio
n"/>
<sectionGroup name="webServices" type="System.Web.Configura
tion.Scrip
tingWebSer
vicesSecti
onGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad3
64e35">
<section name="jsonSerialization" type="System.Web.Configura
tion.Scrip
tingJsonSe
rializatio
nSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad3
64e35" requirePermission="false" allowDefinition="Everywher
e"/>
<section name="profileService" type="System.Web.Configura
tion.Scrip
tingProfil
eServiceSe
ction, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad3
64e35" requirePermission="false" allowDefinition="MachineTo
Applicatio
n"/>
<section name="authenticationServic
e" type="System.Web.Configura
tion.Scrip
tingAuthen
ticationSe
rviceSecti
on, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad3
64e35" requirePermission="false" allowDefinition="MachineTo
Applicatio
n"/>
</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.Desi
gn dlls from somewhere?
Thanks !
Clooak
Start Free Trial