I got source code of website which have included master pages but master pages are not included in source code. I have tried to put the same master page which i made myself and try to execute on it but it doesn’t work. It seems there is already some master pages which i can see in published files but i cannot find in source.
Share
If you didnt select
Allow this precompiled site to be updatablethen Master Pages won’t appear in your source code as they are compiled into thebinfolder as.dllfiles.If you open up any .aspx file you will see that the content is just:
If you need to be able to edit the markup code in the published version of the site, ensure that
Allow this precompiled site to be updatableis selected when publishing.