How is ASP.NET different from classic ASP?
1.Scripting is separated from the HTML, and code is interpreted separately
2.Scripting is separated from the HTML, code is compiled as a DLL, and DLLs can be executed on the server
3.Code is separated from the HTML, and interpreted code is interpreted separately
4.None of These
Answer:2
Posted Date:-2022-08-15 10:57:11