A
Alex. O. Koranteng
I have defined the masterpage in the page declaration of default.aspx, but I
am getting the error below. Any suggestion will be appreciated. I can email
to you the sample solution file.
Server Error in '/DemoSite4' Application.
--------------------------------------------------------------------------------
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: The file '/DemoSite4/NestedMaster.master' does not
exist.
Source Error:
Line 1: <%@ Page Title="" Language="C#"
MasterPageFile="~/NestedMaster.master" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>
Line 2:
Line 3: <ASP:Content id="content1" ContentPlaceHolderid="pagedata"
runat="Server">
am getting the error below. Any suggestion will be appreciated. I can email
to you the sample solution file.
Server Error in '/DemoSite4' Application.
--------------------------------------------------------------------------------
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: The file '/DemoSite4/NestedMaster.master' does not
exist.
Source Error:
Line 1: <%@ Page Title="" Language="C#"
MasterPageFile="~/NestedMaster.master" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>
Line 2:
Line 3: <ASP:Content id="content1" ContentPlaceHolderid="pagedata"
runat="Server">