'assemblyPostProcessorType' error

Discussion in 'Site Programming, Development and Design' started by Sugger, Nov 23, 2011.

  1. Hi

    I recently uploaded my web site and you may reach over www.suggme.com

    but i cant reach my web site. Im receiving an error when i go to www.suggme.com

    i dont know how to fix it. web site built with mvc 3.

    Here is the error details:
    ----------------------------
    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: The current trust level does not allow use of the 'assemblyPostProcessorType' attribute

    Source Error:

    Line 17: <system.web>
    Line 18: <roleManager enabled="true" />
    Line 19: <compilation debug="true" targetFramework="4.0" assemblyPostProcessorType="Microsoft.VisualStudio.Enterprise.Common.AspPerformanceInstrumenter, Microsoft.VisualStudio.Enterprise.AspNetHelper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    Line 20: <assemblies>
    Line 21: <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />


    Source File: E:\web\suggmeco\web.config Line: 19

    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.233

    ------------------------------
    any suggestions? :confused::(

    thanks
     
  2. Last edited by a moderator: Oct 14, 2015

Share This Page