I agree that your eforts wll be better spent learning asp.net
www.asp.net has an asp.net WYSIWYG devlopment tool called webmatrix. Pretty good, and free. They also have an excellent selection of tutorials, sample apps/starter kits, and forums.
I use MS VB.net to build asp.net applications. It is Visual studio, but only has the VB language set, and it's a lot cheaper than the full visual Studio. I got Borlands free C# Builder to do a few things in C# instead of VB for asp.net. The Borland product can either run as a stand-alone WYSIWYG devlopment tool or can integrate with visual studio.
If you're running an OS that doesn't include IIS (XP Home, Win 98) to test development, www.asp.net has the Cassini web server, which is also free.
Edited by dpyers