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
Define web services in asp.net.
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is the use of session state and application state and difference between them?
What does clearing cache?
Explain how to prepare culture-specific formatting in .net.
What is localhost in asp.net?
Explain what are webservices?
How can we create custom controls in asp net?
Where is cookie used in asp.net?
What is difference between rest and soap?
What is asp.net localization?
What is the Intermittent crashing of application in production?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is a windows service?
What is web configuration file and how to use in web application