H
Herb
I've developed an ASP.NET website that runs fine on my local WinXP IIS and on
my server's IIS, both are IIS6.0
The site uses a master page that has the following declaration:
<%@ Master Language="VB" AutoEventWireup="false" CodeBehind="HVOA.master.vb"
Inherits="HVOAWebsite.HVOA" %>
The site will actually be hosted at an external hosting site, specifically
GoDaddy.Com. So I moved the files to their site under a new virtual directory
that, from what I can tell, has been defined as an application.
But when I try to run the site I get the following error:
Server Error in '/HVOAWebsite' 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: Could not load type 'HVOAWebsite.HVOA'.
Source Error:
Line 1: <%@ Master Language="VB" AutoEventWireup="false"
CodeBehind="HVOA.master.vb" Inherits="HVOAWebsite.HVOA" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: /HVOAWebsite/HVOA.master Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433;
ASP.NET Version:2.0.50727.1433
Can anyone tell me why this is happening. I've contacted GoDaddy's tech
support and all they can tell me is that their hosting site is working fine
so it must be a scripting error.
Thanks, Herb
my server's IIS, both are IIS6.0
The site uses a master page that has the following declaration:
<%@ Master Language="VB" AutoEventWireup="false" CodeBehind="HVOA.master.vb"
Inherits="HVOAWebsite.HVOA" %>
The site will actually be hosted at an external hosting site, specifically
GoDaddy.Com. So I moved the files to their site under a new virtual directory
that, from what I can tell, has been defined as an application.
But when I try to run the site I get the following error:
Server Error in '/HVOAWebsite' 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: Could not load type 'HVOAWebsite.HVOA'.
Source Error:
Line 1: <%@ Master Language="VB" AutoEventWireup="false"
CodeBehind="HVOA.master.vb" Inherits="HVOAWebsite.HVOA" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: /HVOAWebsite/HVOA.master Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433;
ASP.NET Version:2.0.50727.1433
Can anyone tell me why this is happening. I've contacted GoDaddy's tech
support and all they can tell me is that their hosting site is working fine
so it must be a scripting error.
Thanks, Herb