Okay,
Created a new web application using visual studio called nick.
Added a blank Webform1.aspx saved and recompiled.
Altered web.config to be the following:
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Saved and recompiled.
When viewing the page I get the following error msg:
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 'nick._default'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="default.aspx.cs" AutoEventWireup="false" Inherits="nick._default" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3:
Source File: C:\hshome\riggers\lower.jodoshared.com\nick\default.aspx Line: 1
Any ideas?
Created a new web application using visual studio called nick.
Added a blank Webform1.aspx saved and recompiled.
Altered web.config to be the following:
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Saved and recompiled.
When viewing the page I get the following error msg:
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 'nick._default'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="default.aspx.cs" AutoEventWireup="false" Inherits="nick._default" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3:
Source File: C:\hshome\riggers\lower.jodoshared.com\nick\default.aspx Line: 1
Any ideas?