Hello,
Using VS2005 and version 2010-Q3 (2010.3.1124.20)
After upgrading to 2010-Q3 and re-deploying to production server (Windows Server 2008) I get:
[SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
Note that I have the following in my web.config which I used to get round the missing assembly 'System.Web.Extensions, Version=1.0.61025.0 exception. This worked fine with 2010 Q2 but not anymore.
My Windows Server 2008 is out of the box. It does not have System.Web.Extensions version 1.0.61025.0 in the CAC.
Question:
1. Do I need to install ASP.NET AJAX 1.0 ASP.NET AJAX 1.0 ?
2. Where can I find detailed info about what is needed on a production box for it to be able to host a Telerik app.
Note: I created a default Telerik web app using the widzard and I get the same 'System.Web.Extensions, Version=1.0.61025.0 exception on the production box.
Thanks.
Using VS2005 and version 2010-Q3 (2010.3.1124.20)
After upgrading to 2010-Q3 and re-deploying to production server (Windows Server 2008) I get:
[SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
Note that I have the following in my web.config which I used to get round the missing assembly 'System.Web.Extensions, Version=1.0.61025.0 exception. This worked fine with 2010 Q2 but not anymore.
<
runtime
>
<
assemblyBinding
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"System.Web.Extensions"
publicKeyToken
=
"31BF3856AD364E35"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"1.0.61025.0"
newVersion
=
"3.5.0.0"
/>
</
dependentAssembly
>
</
assemblyBinding
>
</
runtime
>
My Windows Server 2008 is out of the box. It does not have System.Web.Extensions version 1.0.61025.0 in the CAC.
Question:
1. Do I need to install ASP.NET AJAX 1.0 ASP.NET AJAX 1.0 ?
2. Where can I find detailed info about what is needed on a production box for it to be able to host a Telerik app.
Note: I created a default Telerik web app using the widzard and I get the same 'System.Web.Extensions, Version=1.0.61025.0 exception on the production box.
Thanks.