How ASP.Net Different from classic ASP ?
A. Code is separated from the html and interpreted code is interpreted separately
B. Scripting is separated from the html, code is compiled as a dll, the dlls can be executed on server
C. Scripting is separated from the html, code is interpreted seperately
D. None of these