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
What is server side session management?
What does asp in asp.net stand for?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
To add a hyperlink column to the DataGrid which tag is used ?
Differentiate between file-based dependency and key-based dependency.
What are the advantages of asp.net mvc framework? : asp.net mvc
What is the significance of finalize method in .net?
How can you enable impersonation in the web.config file?
What is connection pooling and how to enable and disable connection pooling?
Why viewstate is used in asp.net?
Give some salient points of difference between request processor and request dispatcher.
Is there any alternative to avoid name collisions other then Namespaces?
What is difference between session and viewstate?
Describe the diffeerence between inline and code behind?
How can you handle exceptions in asp.net?