Answer Posted / ranjith
ASP:
1) this supports scripting languages,generally scripting
languages are interpreter based,so execution will be
slow,and no proper management
2)no server side controls
3)supports inpage technique
4) supports inprocess session
5)uses ADO for database connectivity
6)manual coding to perform validations
7)supports entire page caching towards client side
ASP.NET:
1) supports .net languages.these r compiler based,so
execution will be fast
2)supports server side controls
3)supports inpage ,code behind techniques
4)supports in process,out process session
5) no manual coding to perform validation
6)supports 3 types of caching
a)out put caching
b) fragment caching
c) data caching
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many types of state management are there in asp net?
How do I send an email message from my ASP.NET page?
Explain about asp.net caching?
What are the new navigation controls in asp.net 2.0?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Why is asp.net so popular?
What is true about application service provider?
What is the difference between session.abandon() vs clear()?
What is use of <% %> in asp.net?
What is the difference between CC and BCC?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Explain significance of routing? : asp.net mvc
Can I read the hard disk serial # of the client computer using asp.net?
What is application in asp net?