Rlane313
Posts: 7
|
| Posted: 10/24/2007, 5:33 AM |
|
Does anyone have any experience setting up the DSN connection on the GoDaddy control panel and getting CodeCharge set up correctly. My site is in ASP. I am using CodeCharge Studio version 2.3.2.28.
I have built many sites and used many different hosting with no problems like this, but this one is strange. I don't see how to set up the ODBC to work properly. I can create a DSN on the control panel, but the name format is a little different. No matter what I select or change I always get an error that the page cannot connect to the database with an error indicating that it cannot find the data source - incorrect name configuration.
So I tried changing the output to asp.net vb and uploaded it and this 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 'GuestInputCom.Default.DefaultPage'.
Source Error:
Line 1: <!--ASPX page @1-291E7D54-->
Line 2: <%@ Page language="vb" Codebehind="Default.aspx.vb" AutoEventWireup="false" Inherits="GuestInputCom.Default.DefaultPage" validateRequest=false%>
Line 3: <%@ Import namespace="GuestInputCom.Default" %>
Line 4: <%@ Import namespace="GuestInputCom.Configuration" %>
Source File: default.aspx Line: 2
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
|
 |
 |
|