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
How can you handle exceptions in asp.net?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
In which event of the page life cycle, is the viewstate available?
Explain asp.net page life cycle?
What are the navigation ways between pages available in ASP.NET?
In Code-Behind class which kind of code (server or client) is found ?
What is GAC in ASP.NET 2.0
What is the request flow used for asp.net mvc framework? : asp.net mvc
What's the use of formatters in .net?
How to use ipostback?
What is the parent class of all web server control?
Why do you use the app_code folder in asp.net?
Where do we store our connection string in asp.net application?
What is asp.net caching?
Which method is used to force all the validation controls to run?