What r new things introduced in ASP.NET 2.0 in comparision
to ASP.NET 1.1



What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1..

Answer / rahultripathi

There is lot of new feature include in ASP.Net 2.0
1. Role and membership Management .
It is create tricky mathod for create an application
with areas that are accesss by only select user .
Example
if(Membership.validateUser (userid,password))
{
}
2.Personalization :- User can offer to setting there
persnol setting .
3.Site Navigation :- We can create Site Map for application
in XML file that can easly inherite by specific co control
4. New Copilation System :-
Page by Page Compilation with recomplilation whole
appliction.
5.Master Page: - This is proide easy way to same loke and
fill whole site .
6.thems : -
providing way to change Thims of application.
7.New Object For Accessing Data. Such as <SqlDataSource>
8. New Server Control : -Such As GridView,FormView etc.


Thank you,
Rahul Tripathi.

rahultripathi@myway.com

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is boxing? How we can use it?

4 Answers   Infosys, NIIT,


Which is better union or union all?

0 Answers  


What?s the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?

5 Answers   SLC Ltd,


What is runat?

0 Answers  


What is the main function of razor in asp.net? : asp.net mvc

1 Answers  






What is a postback url?

0 Answers  


How to do state management in ASP.NET?

0 Answers   BirlaSoft,


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

0 Answers  


How can you change a Master page dynamically in which event of page life cycle?

2 Answers   Fulcrum Logic,


how to do pakaging nd deployment

1 Answers  


What is the difference between “Web.config” and “Machine.Config”?

0 Answers  


How to publish website

1 Answers   Syntel,


Categories