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" %> |
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
Ken BarrettPosted Oct 7, 2009, 10:19 AM
goDaddy is claiming that the reason my code behind file doesn't run is due to an error in my web.config file.
Ken BarrettPosted Oct 6, 2009, 7:20 PM