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
Explain about solution explorer window?
What are the session management techniques asp net?
What is the use of web.config and machine.config files?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Explain how do you deploy your asp.net application?
Why do we need Sessions?
What are session and cookies?
Which is better viewstate or session?
What parameters can you pass in the url of the api?
Why session is necessary in web application?
What is mta?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is difference between cookies and cache?
What is session in asp.net?
What is web api vs wcf?