Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How ASP .NET different from ASP?

Answers were Sorted based on User's Feedback



How ASP .NET different from ASP?..

Answer / 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

How ASP .NET different from ASP?..

Answer / deepa

In asp.net ,separation of presentation and design logic(code
behind).

code is structured

if you want to create a control,for example label or text
box it takes simple coding.

These features are not available on asp

Is This Answer Correct ?    1 Yes 0 No

How ASP .NET different from ASP?..

Answer / versha

In case if asp.net new controlls are used like
datagrid,dataset etc
In case of asp.net there is html code also for each control
where in asp not.

Is This Answer Correct ?    0 Yes 0 No

How ASP .NET different from ASP?..

Answer / sabari m.d

Dot net is Platform independant,Language Neutral,Supports
Window based and web based applications

Asp is not as above

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How is meant by dll in .net?

0 Answers  


What is the difference between user control an custom control? Advantages/disadvantages?

0 Answers  


How inheritance works in .net?

0 Answers  


Describe the use of following com+ services jit activation, queued components, object pooling.?

0 Answers  


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

0 Answers  


Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?

0 Answers   Infosys,


What is the managed and unmanaged code in .net?

3 Answers   Deltech, Dhanush Infotech,


What?s different about a Windows service as compared to a regular application?

1 Answers  


What are the drawbacks for Model-View-Controller Architecture?

1 Answers  


What are asp.net authentication providers and iis security?

0 Answers  


What does cli do?

0 Answers  


How do you handle Start, Pause, Continue and Stop calls from SCM within your application?

1 Answers  


Categories