Answer Posted / guser9999
Microsoft's previous server side scripting technology ASP
(Active Server Pages) is now often called classic ASP.
ASP 3.0 was the last version of the classic ASP.
ASP.NET is the next generation ASP, but it's not an upgraded
version of ASP.
ASP.NET is an entirely new technology for server-side
scripting. It was written from the ground up and is not
backward compatible with classic ASP.
Differences between ASP and ASP.NET
_____________________________________
ASP.NET has better language support, a large set of new
controls and XML based components, and better user
authentication.
ASP.NET provides increased performance by running compiled code.
ASP.NET code is not fully backward compatible with ASP.
________________________________________
New in ASP.NET
ï‚§ Better language support
ï‚§ Programmable controls
ï‚§ Event-driven programming
ï‚§ XML-based components
ï‚§ User authentication, with accounts and roles
ï‚§ Higher scalability
ï‚§ Increased performance - Compiled code
ï‚§ Easier configuration and deployment
ï‚§ Not fully ASP compatible
Ready Validators for validation even with custom
validator to let prgrmr write validation code on his own coding
________________________________________
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What data providers available in .net to connect to database?
What is implement a generic action in webapi?
What are the new features of Framework 1.1 ?
What are the new thee features of com+ services, which are not there in com (mts)?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
What do the terms “boxing” and “unboxing” mean?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What are the purposes of using .net?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
What is meant by localization?
Describe the use of following com+ services jit activation, queued components, object pooling.?
How we can achieve Connection pooling in .Net?
Explain how does assembly versioning work?
What is a windows process in .net?
What is .net and why it is used?