c# - Asp.Net Running a content page using master page error > TemplateContainer(typeof(MySite.MasterPage)) -
i created empty asp.net web application > .net 4.6.2 in vs 2015
added simple master page & simple content page on project.
when open content page in browser error below :
line 174: [templatecontainer(typeof(panel.site1))]
what error mean & how can fix it?
name of project or namespaces conflicting asp.net form authentification class name: system.web.security.formsauthentication. according me missing namespace name or required reference.

Comments
Post a Comment