<%@ Page language="c#" Codebehind="login.cs" Inherits="mysite.login" %>
Detta har jag överst i login.aspx. Men får:
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 'mysite.login'.
login.cs
namespace mysite
{
using System;
...
Enligt http://www.4guysfromrolla.com/webtech/100500-1.2.shtml ska följande (modifierat) komp. filen till en dll (är det verkligen nödvändigt?) genom:
csc /out:Codebehind.dll /r:System.dll,System.web.dll,System.Data.dll /t:library Codebehind.cs
men kommandotolken känner ej igen ´kommandot "csc". Annars fungerar asp.net (1.1) fint.