I have just seen the first mod_aspdotnet post on Microsoft's newsgroups:
<quote>
Newsgroups: microsoft.public.dotnet.framework.aspnet Subject: ASP.NET with Apache Date: 11 Dec 2004 03:28:19 -0800
Hi all!
I just got asp.net to work on apache, with mod_aspdotnet :))
.NET 1.1 works directly without any serious problem.
.NET 2.0.40903 (october preview):
1."C:\WINDOWS\Microsoft.NET\Framework\v2.0.40903" must be added into apache's path, otherwise apache can't find aspnet_isapi.dll
2.The "Src" attribute in @Page and @Control may cause a weird compilation error ("type .... defined in an assembly that is not referenced"). However compiled code-behind works well. Cheers!
</quote>
You might as well let all know now?
Jeff