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