What are the difference between ASP and ASP.Net?

Answer Posted / pradeep kumar

ASP interpreted where as ASP.NET is compiled.

In classic ASP, there was no server controls. You have to
write all html tags manually. ASP.NET offers a very rich
set of controls called Server Controls and Html Controls.
It is very easy to drag and drop any controls to a web
form. The VS.NET will automatically write the required HTML
tags automatically for you.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention the execution process for managed code?

727


Can we override the enablepartialrendering property of the scriptmanager class?

869


Why is it preferred to not use finalize for clean up?

722


What is master page in dtp?

736


What is difference between web api and web services?

725


What are triggers of an updatepanel?

718


Is it possible for me to change my aspx file extension to some other name?

775


What is the difference between Classic ASP and ASP.Net?

765


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

796


Which protocol is used in a web api?

797


What is redirecting behavior?

718


What are the data controls available in asp.net?

693


What is the difference between a page theme and a global theme?

733


What is the server of asp.net?

723


What is the compiled object?

1828