i got a very weird error when deploying an Umbraco site to a Microsoft Server 2008 R2 dedicated server
I deployed a site which was working in my local to a dedicated server with the following specification and got this wierd error when trying to go to Umbraco back-end, while the front-end is working perfectly.
this is the error:
Could not load type 'System.Web.PreApplicationStartMethodAttribute' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.TypeLoadException: Could not load type 'System.Web.PreApplicationStartMethodAttribute' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
i got a very weird error when deploying an Umbraco site to a Microsoft Server 2008 R2 dedicated server
I deployed a site which was working in my local to a dedicated server with the following specification and got this wierd error when trying to go to Umbraco back-end, while the front-end is working perfectly.
this is the error:
Could not load type 'System.Web.PreApplicationStartMethodAttribute' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.TypeLoadException: Could not load type 'System.Web.PreApplicationStartMethodAttribute' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
and here are the server specifications:
Microsoft windows 2008 R2 Enterprise SP1 64bit
SQL Server 2008 R2
IIS 7.5
ASP.Net 4.0
Mamanged Pipeline Mode: Integrated
Application Pool Identity: Network Services
forgot to mention my Umbraco installation is 4.7
is working on a reply...