1. I'm trying to deploy a project to a remote server.
Locally the project was named "v_66"
The folder on a server(virtual directory) where I'm deploying the project is "66"
I copied Global.aspx and Global.asax.resx
Here is the error:
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 'v_66.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="v_66.Global" %>
Source File: C:\66\global.asax Line: 1
********************************************************
2. Do I need to upload SQLHandler.vb class file containing all general procedures or it needs to be converted to DLL?
Locally the project was named "v_66"
The folder on a server(virtual directory) where I'm deploying the project is "66"
I copied Global.aspx and Global.asax.resx
Here is the error:
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 'v_66.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="v_66.Global" %>
Source File: C:\66\global.asax Line: 1
********************************************************
2. Do I need to upload SQLHandler.vb class file containing all general procedures or it needs to be converted to DLL?