Hallo,
ich habe im Netz ein klasse Tutorial gefunden für den Einstieg in ASP.Net.
Tutorial
Nur leider ist bei mir am Ende der 4ten Seite Schluss.
Ich habe also die Anwendung kompiliert und wollte die Datei .aspx dann aufrufen.
Jetzt kommt eine Fehlermeldung, mit der ich nicht klar komme:
Code:
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 'Global.TGlobal'.
Source Error:
Line 1: <%@ Application Codebehind="Global.pas" Inherits="Global.TGlobal" %>
Line 2:
Source File: Y:\Web\global.asax Line: 1
Weiß vielleicht jemand, was ich falsch mache?
Danke