My University released a web based timetable system that was absolutely shocking - it was an ASP.net based site with the kind of unfriendly interface you expect from a 1990's era intranet site (hint: utterly utterly horrible, it produced one timetable PER MODULE rather than a single combined timetable and every time you selected a module it would refresh the page). I was hungover the day before term started and rathe…
For an example of how utterly fucked classic ASP is: it has no API for accessing file uploads. If you code it yourself, it disables all of the rest of the parsing (query string, form variables, ...), which you then also have to code yourself. Not to mention the whole "hasn't been supported by Microsoft for a decade" thing.