I am working w/ source code that someone else wrote. They have an ASPX file which references an ASPX.VB file. Does the VB code need to be compiled before it can be used?

If so, what file type is the VB code compiled into? A DLL?

Thanks.