In what way does ASP.Net differ from classic ASP?
Explanation
Option A is correct because in ASP.Net, the code is distinct from the HTML and is interpreted separately. Option B describes a feature of ASP.Net where code is compiled into DLLs for server execution, but this is not the primary difference highlighted here. Option C incorrectly states the code is interpreted separately, which is not the case for ASP.Net. Option D is incorrect as option A correctly explains the difference.