A
Andy B
I have the following directive in my master page (the actual file name is
Layout.master):
<%@ MasterType VirtualPath="MasterPage.master" %>
When I run the website, I get this error: "Parser Error Message: The file
'/EternityRecords/MasterPage.master' does not exist."
When i use Layout.master (the filename itself) as the virtual path, it tells
me that circular references aren't allowed. If neither one of these work,
then how does it? I can't find it in any help anywhere...
Layout.master):
<%@ MasterType VirtualPath="MasterPage.master" %>
When I run the website, I get this error: "Parser Error Message: The file
'/EternityRecords/MasterPage.master' does not exist."
When i use Layout.master (the filename itself) as the virtual path, it tells
me that circular references aren't allowed. If neither one of these work,
then how does it? I can't find it in any help anywhere...