Ken Barrett

Ken Barrett

  • NA
  • 123
  • 0

getting aspx to run at godaddy... (from href a aspx page from a html page)

Oct 6 2009 7:09 PM
I discovered an error in my Web.Config file and so now I am seeing the errors. However I don't understand what I'm seeing.
This is running a simple .aspx file with nothing going on.. (just trying to get the aspx to display)
Here is the error :

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 '_Default'.

Source Error:

Line 1:  <%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="_Default" %>
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: d:\hosting\barrettken\test.aspx    Line: 1


Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407


Answers (2)