I have often considered contributing on web project support. But, since I have not familiarized myself with the #D code, I don't know how involved it would be. (Is it necessary to make completely new ASP.NET editors or is it possible to leverage existing C# and VB editors?). Can someone familiar with the project, point me to any pre-design documentation or ideas that have been batted around for web support so far? I would like to get a feel for what I would be up against, before signing on.
Since #D 2 and above have gone to MSBuild project formats, I have found that I can compile existing VS.NET web projects after a little tweaking of the project MSBuild XML file. Basically, I removed some MSBuild targets that were referring to VS.NET and used what was available under the pure Framework library for running an aspnet_compiler task.