What is the difference between ASP and ASP.NET?
Answer Posted / siddhartha suripunj
ASP is implemented with the scripying language where as
ASP.NET is a technlogy which is implement in various
languages under .net framework like
VB.Net ,C# ,etc.Therefore the ASp.net project is compiled
rathere than interpreted and hence edge over ASP as far as
performance is concerned.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Where sessions are stored?
Can you dynamically assign a Master Page?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
Why does my asp.net file have multiple tag with runat=server?
how to transfer the file from client to server using asp.net
How does session work in asp net?
What are the modes of updation in an updatepanel?
What does it mean your session has timed out?
What is the difference between mvc and asp.net? : Asp.Net MVC
What is the difference between a default skin and a named skin?
Explain the difference between web user control and web custom control?
Explain how do you deploy your asp.net application?
What is the significance of proxy user?
What are the two types of web pages?
Explain the function of new view engine in asp.net? : asp.net mvc