Asp.net and asp ? differences?

Answers were Sorted based on User's Feedback



Asp.net and asp ? differences?..

Answer / satish v itagi

1. ASP.NET has languages that comply to CTS and CLS for
coding the business logic. CLR manages the JIT from IL byte
code.
2. ASP.NET has class libraries which have web controls
which are run at server by default.

3. ASP.NET can be either single file with/without Code
Behind but ASP is single file only.

ASP uses scripts and ASP.NET uses dot Net compliant
languages.

Is This Answer Correct ?    2 Yes 0 No

Asp.net and asp ? differences?..

Answer / shwetha

Asp is a client Side,whereas Asp.Net is a serverside..

Asp.Net contais design as well as coding part in a
different file , but in Asp it contoins in only one file..

Asp is a connected architecture,whereas Asp.Net is a
dissconnected architecture.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

When does the application ONEND event handler fire?

1 Answers   C Squared Systems, Verinon Technology Solutions,


What does ascx stand for?

0 Answers  


What are the features that make asp.net more used framework? : asp.net mvc

0 Answers  


What is MVVM in dot net?

1 Answers   L&T,


How to Separate background image and front image from original picture....

0 Answers   Sans Pareil IT Services,






What is the use of response redirect in asp.net?

0 Answers  


how to encrypt a connection string in web.config file?

3 Answers   Hexaware,


How many view state can be hold by a aspx page ?

3 Answers   Intellevate,


How connect data into DropDownList from Aceess Table?

1 Answers   HCL, TCS,


Types of values mode can hold session state in Web.Config?

6 Answers   Accenture,


What is xaml? Are xaml file compiled or built on runtime?

0 Answers  


Details on web.config and global.asax - just explain what are the sections will be there.

1 Answers   Syntel,


Categories