0
My master page does not click on ASP.NET. I know why it does not load, I do not know how to solve. The master page is in a folder behind the page "Isaque.aspx". Code :
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="isaque.aspx.cs" Inherits="isaque"MasterPageFile="../CommunityMasterPage.master"%>
Here a print:
take a test, see if this is right:
MasterPageFile="~/Community/CommunityMasterPage.master"
, just to exclaim, after the~
you have to put the full path from the main system folder to the master page. Example, if my master gets in the wayPastaRaizDoSistema/Pasta1/Pasta2/MinhaMasterPage.master
I have to put~/Pasta1/Pasta2/MinhaMasterPage.master
, takes the test– Leandro Simões
worked, thanks!
– Developer
Glad it worked out! I posted as an answer here, if you can give an upvote I appreciate it! Hug, and if you need anything I’m available!
– Leandro Simões
I’d love to vote, but I’m under 15 in reputation, so I can’t vote.
– Developer
No problem, man! Hug!
– Leandro Simões