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

In ViewState How much lifespan items stored?

0 Answers   Siebel,


How To Authenticate Your Web service??

1 Answers  


What is the maximum timeout we can set for Cookies?

0 Answers  


What is parse in asp.net?

0 Answers  


About CLR, reflection and assemblies?

0 Answers   Microsoft,






What is Http handler?

5 Answers   Accenture,


What are the advantages and disadvantages of session?

0 Answers  


what is purpose of xml control in standard controls of asp.net

1 Answers  


To get the values in two different controls to match which control you use it?

0 Answers   Siebel,


How can you debug an ASP page, without touching the code?

1 Answers   Prodigy Technologies,


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

0 Answers   Siebel,


web user and custom conrols

1 Answers  


Categories