;;;The .asp pages have inline
VB in 'em
This should be VBScript not
VB - big difference
;;;There's no Visual Studio (was it even called that for VB6?) Project file
Probably because it did not get created using VS. I have never seen any classic ASP site that has been created using VS (im sure its possible but unlikely)
;;If I change some code and we re-install the page, it'll compile when someone accesses the site and the changes will be in effect, correct?
mmmmm Im not even sure what you question is but FYI Classic ASP does not get complied, its and interpreted language. you make chages to the .asp file, place it on the server and thats all you need to do.
Hopefully I have answered your quesitons