Kim,
Often unknown by people who never saw Visual.Studio Net.
You can create ASP.Net application using notepad. The style of writing those
is much different from making ASPNET pages with DLL's.
When you see the documentation on MSDN it is almost forever for ASPNET
without compiled DLL's (however easy to translate for the ones who know the
DLL version)
This is a very good site to learn ASPNET using Notepad.
http://samples.gotdotnet.com/quickstart/
A good newsgroup for ASPNET without compiled DLL's is
microsoft.public.dotnet.framework.aspnet
When you are using VBNet than I know that as well the newsgroup
microsoft.public.dotnet.languages.vb can be good when it is more about the
compiled versions (you saw I wrote as well).
(You need by the way an IIS server which has the framework loaded for this)
I hope this helps?
Cor