Any language is good...just stick with it and learn the syntax of the language AS WELL AS good coding practices (the two are quite different). The Practice of Programming ( http://www.amazon.com/exec/obidos/tg...glance&s=books ) is a very good book to teach you good programming habits (non language specific).

Also...asp is not vb. ASP is a platform where you can use any com compatable scripting language to do your server side processing. Most commonly used with vbscript and javascript...but can be used with perl and some others. If you tinker with asp I'd highly recommend learning some vb or c++ so you can work with com components.

It's all a piece of cake...just stick with it and practice.