Question:
What is the Main difference between ASP and ASP.NET ?
Answer:
ASP contains scripts which are not compiled where as in ASP.net the code is compiled. Source: CoolInterview.com
Asp supports only scripting languages,both designing & coding part is on same page,so we can't have parallel processing... in Asp.net both coding & designing part are different page....this supports parallel processing...it also supports object oriented languages like -c#etc..... Source: CoolInterview.com
Answered by: Akhil Gupta | Date: 5/13/2009
| Contact Akhil Gupta
ASP run only client-side where as ASP.net run on both client-side & server-side. Source: CoolInterview.com
Answered by: Uma Banga | Date: 7/27/2009
| Contact Uma Banga
ASP.net is event-Driven Programming model. But Asp is a procedure oriented programming model.
ASP.net having built in controls. but Asp not
ASP.net has Visual Studio Environment for Developing Application.
ASP.net has some advanced controls like Datacontrols, Validation controls, login controls etc Source: CoolInterview.com
Answered by: devipriyaa | Date: 8/28/2009
| Contact devipriyaa
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|