Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Classic ASP crash course [closed]

Tags:

asp-classic

I'm a C# and PHP developer. At work, I just got some classic ASP stuff dumped in my lap. I only need to make edits for a few weeks so I don't want to have to learn too much about legacy stuff I'll never touch again. However, I do need to be able to do my job for this duration.

How can I get a good crash course in ASP? I need to get good-enough at it very quickly. What sites/books/resources would best fit this need?

like image 468
Dinah Avatar asked Apr 01 '09 17:04

Dinah


Video Answer


1 Answers

http://www.w3schools.com has a really good ASP tutorial. It's actually what I used when I went into classic ASP from a PHP background in school.

like image 77
TheTXI Avatar answered Oct 21 '22 05:10

TheTXI