Parse Error in master pages

Discussion in 'Windows / IIS' started by shafiq, Dec 13, 2011.

  1. my application is running well on local.when i upload to server i got this issue.
    Parser Error
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Could not load the assembly 'App_Web_n1ubomgi'. Make sure that it is compiled before accessing the page.

    Source Error:

    Line 1: <%@ master language="C#" autoeventwireup="true" inherits="SiteMaster, App_Web_n1ubomgi" %>


    i amusing v4.0 and iis7
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    Make sure the custom assembly has been uploaded to either the App_Code or /bin folder.
     

Share This Page