A
Andy B
I have a default.aspx file that keeps giving me some problems. Whenever I
access it from www.eternityrecords.org/inhim/default.aspx it works fine. Any
time I access it through the http://inhim.eternityrecords.org domain name
that is mapped to that file, I get runtime error? Any idea what might be the
problem? The server is complaining about the code below (line 1 to be more
exact) and I cant figure out why since 90% of this code is created by the
designer. Any idea how to fix?
<%@ Page Language="C#" MasterPageFile="~/Layout.master"
AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="InHim_index"
Title="Eternity Records - In Him" %>
<asp:Content ID="Content1" runat="server"
ContentPlaceHolderID="ContentPlaceHolder1">
<h1 style="text-align: center">
Eternity Records presents</h1>
<span style="font-size: 14pt; color: darkred">In Him
<br />
</span>
access it from www.eternityrecords.org/inhim/default.aspx it works fine. Any
time I access it through the http://inhim.eternityrecords.org domain name
that is mapped to that file, I get runtime error? Any idea what might be the
problem? The server is complaining about the code below (line 1 to be more
exact) and I cant figure out why since 90% of this code is created by the
designer. Any idea how to fix?
<%@ Page Language="C#" MasterPageFile="~/Layout.master"
AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="InHim_index"
Title="Eternity Records - In Him" %>
<asp:Content ID="Content1" runat="server"
ContentPlaceHolderID="ContentPlaceHolder1">
<h1 style="text-align: center">
Eternity Records presents</h1>
<span style="font-size: 14pt; color: darkred">In Him
<br />
</span>