What are the major differences between asp.net1.1 and
asp.net 2.0?
Answer Posted / tanmoy
In ASP.NET user have to install the IIS. But In case of
ASP.NET 2.0 IIS is coming with the installation process.
another facility is the master page which is in ASP.NET 2.o
But not in ASP.net 1.1.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Securitywise What are the Enhancements in 2.0?
Explain Areas in MVC?
What are the major built-in objects in ASP.NET?
Define globalization and localization.
What is http protocol and how it works?
When was asp.net released?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
Can asp.net work on an nt server?
What is Web API Routing?
What is autopostback in dropdownlist in asp net?
What are the server control tags in asp.net.?
what is silver light when will we use silver light,
Define msil.
To redirect the user to another page which method do we use without performing a round trip to the client?