I have a website which performs perfectly on my local machine, however when I upload all of the necessary files to my GoDaddy.com server and attempt to view the site live on the web I receive the following error message -
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 '/GolfRealEstateM asterPage.maste r' does not exist.
Source Error:
Line 1: <%@ Page Title="" Language="VB" MasterPageFile= "~/GolfRealEstateM asterPage.maste r" AutoEventWireup ="false" CodeFile="Defau lt.aspx.vb" Inherits="golf_ real_estate_Def ault" %>
Line 2: <asp:Content ID="Content1" ContentPlaceHol derID="head" Runat="Server">
Line 3: <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
Source File: /golflinkrealest ate.com/golf-real-estate/default.aspx Line: 1
I have other asp.net websites hosted on other asp.net providers and have never had any issues.
GoDaddy tech support told me it was the web.config file but could not provide any further detail. I eventually found some help online and was able to get past the first error.. Now this error is happening and GoDaddy tells me the following -
"Please note, this MIME type is not configured on our Windows hosting plans. You will need to add this MIME type using a web.config file so that the server knows what to do with these file types."
Any help would be much appreciated as there is a wealth of information on the internet about MIME files... but none speak to exactly what GoDaddy requires.
I am not expecting GoDaddy to hold my hand but... I am a (paying) customer too. Most importantly in my mind is the fact that I have never had this issues with my other two host providers.
Thanks for your time.
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 '/GolfRealEstateM asterPage.maste r' does not exist.
Source Error:
Line 1: <%@ Page Title="" Language="VB" MasterPageFile= "~/GolfRealEstateM asterPage.maste r" AutoEventWireup ="false" CodeFile="Defau lt.aspx.vb" Inherits="golf_ real_estate_Def ault" %>
Line 2: <asp:Content ID="Content1" ContentPlaceHol derID="head" Runat="Server">
Line 3: <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
Source File: /golflinkrealest ate.com/golf-real-estate/default.aspx Line: 1
I have other asp.net websites hosted on other asp.net providers and have never had any issues.
GoDaddy tech support told me it was the web.config file but could not provide any further detail. I eventually found some help online and was able to get past the first error.. Now this error is happening and GoDaddy tells me the following -
"Please note, this MIME type is not configured on our Windows hosting plans. You will need to add this MIME type using a web.config file so that the server knows what to do with these file types."
Any help would be much appreciated as there is a wealth of information on the internet about MIME files... but none speak to exactly what GoDaddy requires.
I am not expecting GoDaddy to hold my hand but... I am a (paying) customer too. Most importantly in my mind is the fact that I have never had this issues with my other two host providers.
Thanks for your time.