B
Brett
I uploaded an ASP.NET website from my developer machine to a remote server.
The paths differ slightly as follows:
Local Path: C:\Inetpub\wwwroot\mysite
Server Path: C:\Inetpub\mysite.com\
I get the following error on the server:
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: Could not load type 'mysite.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="mysite.Global" %>
Source File: C:\Inetpub\mysite.com\global.asax Line: 1
Does the above error have anything to do with the difference in paths? Any
suggestions on how I fix the error?
Thanks,
Brett
The paths differ slightly as follows:
Local Path: C:\Inetpub\wwwroot\mysite
Server Path: C:\Inetpub\mysite.com\
I get the following error on the server:
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: Could not load type 'mysite.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb"
Inherits="mysite.Global" %>
Source File: C:\Inetpub\mysite.com\global.asax Line: 1
Does the above error have anything to do with the difference in paths? Any
suggestions on how I fix the error?
Thanks,
Brett