Subscribe

RSS Feed (xml)

What are the major differences between asp.net1.1 and asp.net 2.0?

Asp.net 2.0 enhanced with many new features.

* Partial Classes
* Master pages
* Skins and Themes
* Roles and Member Profiles
* Generics
* Added many new server controls like
Grid View,Details View, File Upload etc..,
* Web Personalization - Web Parts
* New Folders lime App_Browsers,App_Code,etc..,

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.