Malin
02-09-2003, 04:44 AM
Hi
I read an earlier question in the forum that helped me a bit but still there seems to be more problems.
I'm new in asp.NET but have managed to create some aspx-files with code behind files. This works perfectly on my intranet (Localhost)
To my place here I've uploaded the aspx files, the aspx.cs (codebehind) files, the aspx.resx files, the web.config and the dll
When I try to browse to my pages an error message displays:
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 'Test2.WebForm1'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="register.aspx.cs" AutoEventWireup="false" Inherits="Test2.WebForm1" aspCompat="False"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File: E:\web\fagelfenix1\htdocs\register.aspx Line: 1
___________________________
I don't understand what this error means. In my account settings there is att "server path". Should I use this path somewhere?
Is there anyone who can help a beginner [:I]
Malin
I read an earlier question in the forum that helped me a bit but still there seems to be more problems.
I'm new in asp.NET but have managed to create some aspx-files with code behind files. This works perfectly on my intranet (Localhost)
To my place here I've uploaded the aspx files, the aspx.cs (codebehind) files, the aspx.resx files, the web.config and the dll
When I try to browse to my pages an error message displays:
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 'Test2.WebForm1'.
Source Error:
Line 1: <%@ Page language="c#" Codebehind="register.aspx.cs" AutoEventWireup="false" Inherits="Test2.WebForm1" aspCompat="False"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3: <HTML>
Source File: E:\web\fagelfenix1\htdocs\register.aspx Line: 1
___________________________
I don't understand what this error means. In my account settings there is att "server path". Should I use this path somewhere?
Is there anyone who can help a beginner [:I]
Malin