I try it out in the
Visual Web Developer 2005 Express Edition Beta and made only few changes in the @Page directive so it's now:
<%@ Page language="c#" Src="Class1.aspx.cs" Inherits="MyName.Doit" ResponseEncoding="windows-1255" %>
and it's working great!!!
BTW - in the default the @Page directive looks different from VS.NET:
<%@ Page Language="C#"
CompileWith="Class1.aspx.cs"
ClassName="MyName.Doit" %>
and this default don't work for me. So strange!
I think I am going to stay with this lite version of VS.NET.
It has everything I need for learning at home.
Thanks a lot!!!