Well, I think the best way to learn ASP is in this kind of order...
1. Basics - date formatting, If...else...end if, case select, formatting strings.
2. Response Object - learn how to the write to the page etc.
3. Request Object - learn how to retrieve information from visitors
4. Session/Apllication object/global.asa - learn create state and pass information from page to page
5. DB Interaction - learn how to interacte with a DB, ie. adding/removing/editing records
6. COMs - learn how to use the ones that come with IIS and ones that are available on the web. Possibly learn to write them
Thats what I thnk you need to cover.
You can find stuff at:
http://www.asp101.comhttp://msdn.microsoft.comhttp://www.aspin.comAnd here of course