929Software EngineeringMedium
How ASP.Net Different from classic ASP?
AScripting is separated from the HTML, Code is interpreted seperately
BScripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
CNone of these
DCode is separated from the HTML and interpreted Code is interpreted separately
Correct answer
D. Code is separated from the HTML and interpreted Code is interpreted separately
Explanation
The correct answer is Code is separated from the HTML and interpreted Code is interpreted separately.