N
nick
Hi, I created an Asp.Net application in a directory, say 'calendar'. It
works well on my local PC with Url http://localhost/calendar/calendar.aspx.
And I uploaded to my host. But the host provide the URL as
http://site227.webhost4life.com/williamgeorg/calendar/calendar.aspx. And it
raised the following error. I guess the added williamgeorg caused the
problem? How should I handle it? Thanks.
Server Error in '/williamgeorg' 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 'calendar.calendar'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="calendar.aspx.cs"
AutoEventWireup="false" Inherits="calendar.calendar" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File:
c:\hosting\webhost4life\member\williamgeorg\calendar\calendar.aspx Line:
1
works well on my local PC with Url http://localhost/calendar/calendar.aspx.
And I uploaded to my host. But the host provide the URL as
http://site227.webhost4life.com/williamgeorg/calendar/calendar.aspx. And it
raised the following error. I guess the added williamgeorg caused the
problem? How should I handle it? Thanks.
Server Error in '/williamgeorg' 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 'calendar.calendar'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="calendar.aspx.cs"
AutoEventWireup="false" Inherits="calendar.calendar" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File:
c:\hosting\webhost4life\member\williamgeorg\calendar\calendar.aspx Line:
1