re:
!> I want to build my own .NET web server
If you want to serve aspx files on your own web server, all you need is :
!> 2. Windows Server OS (with IIS)
!> 3. .NET framework
!> 4. MySql or another database installed
I'd recommend you use SQL Server Express for your database platform,
though, instead of MySQL. Your learning curve will be flatter.
Get it here :
http://www.microsoft.com/express/download/
If you want to *write* your own web server, take a look at Cassiniv2,
which comes with source code which will show you what you need
to do to *write* your own web server.
Cassiniv2 source files:
http://blogs.msdn.com/dmitryr/attachment/548131.ashx
You will also need the v2.0 version of GACUTIL which is installed with VWD
Express,
VS 2005/VS 2008 and the .Net Framework 2.0 SDK, in order to compile
Cassiniv2.
If this is the option you choose, make sure to read
the "ReadMe.txt" file included in the zipped source.
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
======================================