Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
About Us
986
Questions
785
Answers
Interview Preparation mode
beta
Funny Facebook Status
Enter your email address
All categories
SQL Server Interview Questions and Answers
(197)
SSIS Interview Questions and Answers
(54)
SSRS Interview Questions and Answers
(9)
SSAS Interview Questions and Answers
(29)
.NET Interview Questions and Answers
(186)
Oracle Interview Questions and Answers
(122)
Java Interview Questions and Answers
(32)
UNIX Interview Questions and Answers
(47)
Networking Interview Questions and Answers
(17)
MySQL Interview Questions and Answers
(30)
HR Interview Questions and Answers
(237)
General Interview Questions and Answers
(9)
Other Interview Questions and Answers
(8)
Job Openings
(3)
Greenplum Database Interview Questions and Answers
(5)
List some main differences between asp.net 1.1 and asp.net 2.0?
Nice?
Vote!
asked
1 year
ago
in
.NET Interview Questions and Answers
by
R
(
19,530
points)
asp-net
asp-net-interview-question
net-interview-question
1 Answer
Nice?
Vote!
Asp.net 2.0 introduces may new Server Controls that enable powerful declarative support for data access, login security, menus, tree views, and many more.
•In asp.net 2.0 there is no need to make a Virtual directory, your application run on local server of asp.net 2.0.
•In asp.net 2.0 there is no concept of Project but only solution file is there.
•When you create a new asp.net 2.0 application then only default page and an App_Data folder is in the solution.You have to explicitily add other files.
Except these asp.net 2.0 have..
•Master Pages : This feature is used to define common structure and interface for your site like Page header, Footer ,navigation links. These common elements are shared by many pages in your site which access master pages. In other words we can say that you can control the look, feel and much of functionality of your entire Web Site.This improves the maintablity and avoids the duplication of code for site structure or behaviour.
•Personalization : Personalization means custamizing the Web Application according to user account. The profile object is used to build strongly typed,strict data access for user accounts. This also provide a Web Site visitor to Completly control the layout and behaviour of the site.
•Asp.Net MMC admin Tool : asp.net 2.0 provides a new comprehensive admin tool the plugs into the existing IIS Administration MMC, enabling an administrator to graphically read, or change common settings within the XML config files.
•64 bit support : Asp.net 2.0 in 64 bit enabled and can take advantage of full memory address space of new 64 bit processor and servers. Programmers can just copy 32-bit asp.net applications onto a 64 bit asp.net 2.0 server and have the
answered
1 year
ago
by
R
(
19,530
points)
Related questions
Nice?
Vote!
1
answer
What is the Pre-Compilation feature of ASP.NET 2.0?
asked
1 year
ago
in
.NET Interview Questions and Answers
by
KrishnaMachiraju
(
7,980
points)
asp-net
net-interview-question
Nice?
Vote!
1
answer
How does ASP.Net page works?
asked
1 year
ago
in
.NET Interview Questions and Answers
by
Mahesh
(
1,100
points)
net-interview-question
asp-net-interview-question
Nice?
Vote!
1
answer
How do you debug an ASP.Net Web application?
asked
1 year
ago
in
.NET Interview Questions and Answers
by
Mahesh
(
1,100
points)
net-interview-question
asp-net-interview-question
Nice?
Vote!
1
answer
What is ASP.Net?
asked
1 year
ago
in
.NET Interview Questions and Answers
by
Mahesh
(
1,100
points)
net-interview-question
asp-net-interview-question
Nice?
Vote!
1
answer
How can we create custom controls in ASP.NET?
asked
1 year
ago
in
.NET Interview Questions and Answers
by
KrishnaMachiraju
(
7,980
points)
asp-net
net-interview-question