English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-11-10 21:39:48 · 6 answers · asked by Pandurangarao 1 in Computers & Internet Programming & Design

6 answers

Very different, ASP and ASP.NET are two completely different implementations of Microsoft's server-side coding strategies ASP is similar to Perl while ASP.NET works like how Java Servlet/JSP works. There's no commonality between ASP/.NET except the name.

2007-11-10 21:52:11 · answer #1 · answered by Andy T 7 · 0 0

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.

ASP.NET uses the new ADO.NET.
ASP.NET supports full Visual Basic, C# (C sharp) and C++.

ASP.NET components are heavily based on XML. Like the new AD Rotator, that uses XML to store advertisement information and configuration.

Main advantage of ASP.NET compared to ASP is object oriented approach to software development. Well, ASP does support classes.You could write an object-oriented business logic layer but this layer was encapsulated into COM and COM+ (DCOM) objects.

ASP is no longer an interpreted language, rather it is now a compiled language. What does that mean? It means that when a page is called in ASP the script is read and executed by a command line interpreter one line at a time. With ASP.net the pages are compiled common language code executing on the server. This allows for advantages and forces some changes in the traditional ASP programming.

2007-11-11 18:24:15 · answer #2 · answered by Aasem 2 · 0 0

ASP means Active Server Pages. ASP.Net is the imporoved version of ASP.Net which works on .Net platform providing many flexiblities and facilty and languages integration. The file extension of ASP webpage is .asp while asp.net webpahe is .aspx

2007-11-10 21:46:04 · answer #3 · answered by Shariq (http://coinsindia.info) 5 · 0 0

ASP doesn't have ".NET" after it

that was a tough one...

2007-11-10 21:42:43 · answer #4 · answered by Anonymous · 0 0

the ".net" part most likely

2007-11-10 21:42:30 · answer #5 · answered by quisp007 3 · 0 0

fedest.com, questions and answers