I have made changes to WAP asp.net programs and compiled and deployed in local machine (Win 7 enterprise and MS VS 2008) and it worked fine and add <trust
level="Medium" /> to system.web tag but when I deployed to IIS 6.0 prod server it fails ? do you know the reason ? Did any other developer have complained on
this issue:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below
and modify your configuration file appropriately.
Parser Error Message: Could not load type 'Telerik.Web.UI.DialogHandler'.
Source Error:
Line 112: <add verb="*" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler"/>
Source File: D:\inetpub\azcollectorsguide\web.config Line: 112
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3623; ASP.NET Version:2.0.50727.3618
Prod server is on a Win 2003 Server with IIS 6, where as development and testing happened on IIS 7.5 and Win 7 enterprise and it worked fine.
Currently we have ASP/ASP.NET 3.5 Intermediate - FULL TRUST. If we move to ASP/ASP.NET Intermediate - Server 2008, we can modify the .NET framework, the
Pipeline [Integrated or Classic] and the bitness. Would it solve my "Parser Error Message: Could not load type 'Telerik.Web.UI.DialogHandler'."
Do I need to look into GAC?, I cannot turn on fusion option to tack assembly dependencies?