Ghost Posted August 10, 2012 at 11:29 AM Report Share #471948 Posted August 10, 2012 at 11:29 AM (edited) Olá estou a fazer um site em web developer e estou com alguns problemas eu ponho o site no servidor IIS e apresenta-me um erro que é o seguinte A master page não existe a mensagem é esta Server Error in '/' 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 '/Principal.master' does not exist. Source Error: Line 1: <%@ Page Title="Página Principal" Language="VB" MasterPageFile="~/Principal.master" AutoEventWireup="false" CodeFile="Principal.aspx.vb" Inherits="Principal" %> Line 2: Line 3: <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> Alguem pode-me ajudar Diogo Edited August 11, 2012 at 09:01 PM by Ghost Diogo Fernandes Link to comment Share on other sites More sharing options...
cro Posted August 17, 2012 at 02:58 PM Report Share #472615 Posted August 17, 2012 at 02:58 PM Viva, Erro: MasterPageFile="~/Principal.master" Não tens a masterpage chamada "Principal" ou pelo menos não está no local correcto. Cria um projecto novo com masterpage que se percebe melhor. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now