| Web Design & Programming Building websites, coding scripts or developing apps? html, css, javascripts, ajax, php, asp, java, c+, C++ and other geeky info is here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Status: Senior Member Join Date: Mar 2011 Posts: 146
![]() | What is the difference between ASP.Net and ASP? ASP: 1) ASP is Interpreted language based on scripting languages like Jscript or VBScript. 2) ASP has Mixed HTML and coding logic. 3) Limited development and debugging tools available. 4) Limited OOPS support. 5) Limited session and application state management. 6) Poor Error handling system. 7) No in-built support for XML. 8) No fully distributed data source support. ASP.Net: 1) ASP.Net is supported by compiler and has compiled language support. 2) Separate code and design logic possible. 3) Variety of compilers and tools available including the Visual studio.Net. 4) Completely Object Oriented. 5) Complete session and application state management. 6) Full proof error handling possible. 7) Full XML Support for easy data exchange. 8) Fully distributed data source support |
| | |
| | #2 (permalink) |
| Status: Junior Member Join Date: Nov 2011 Posts: 5
![]() | ASP has mixed coding of HTML and coding and asp.net has separate coding and HTML. XML is not supported in ASP and .net support XML. ASP.NET is advanced than ASP, ASP has limited support of oops and .net has complete support of oops. |
| | |
| | #3 (permalink) |
| Status: Member Join Date: Aug 2011 Posts: 47
![]() | ASP.Net: ASP.net runs common language runtime code on the server. It supports so many languages like VB, C# and so on. There are so many compilers and tools available in visual studio.Net. It is completely related to OOPS concept. You can easily exchange the data through XML support. It is totally session and application state management. ASP: ASP is totally different from the ASP.Net. There is no facility of separate programming logic for the design. It has its own engine to run the code on the server. It has limited tools available for debugging the program. It has less OOPS support. Not in-built support for XML. It has poor ERROR handling system.
__________________ Website Design New York | Graphic Design New York | Web Designer New York | Web Design NY |
| | |
| | #4 (permalink) |
| Status: Junior Member Join Date: Mar 2012 Posts: 9
![]() | ASP has mixed coding of HTML and coding and asp.net has separate coding and HTML. XML is not supported in ASP and .net support XML. ASP.NET is advanced than ASP, ASP has limited support of oops and .net has complete support of oops. |
| | |
| | #5 (permalink) |
| Status: Junior Member Join Date: Feb 2012 Posts: 10
![]() | Dear friends here is a list of differences of the ASP.NET technology and the classic ASP technology.Hope it is informative. Please send your feedback or/and add if you have additional information
__________________ Fence Allen |
| | |
| | #6 (permalink) |
| Status: Senior Member Join Date: Sep 2011 Posts: 103
![]() | ASP.NET is compiled common language runtime code running on the server.While in ASP its interpreted by script engine. Difference between ASP and ASP.NET ASP.NET: 1. ASP.Net web forms have a code behind file which contains all event handling code. 2. ASP.Net web forms inherit the class written in code behind. 3. ASP.Net web forms use full fledged programming language 4. ASP.Net web applications are configurable (web.config) 5. ASP.Net webforms can use custom controls through the @ register directive 6. ASP.Net web forms have ADO.Net which supports XML integration and integration of data from two or more data sources ASP: 1. ASP does not have such facility to separate programming logic from design. 2. ASP does not have the concept of inheritance. 3. ASP pages use scripting language. 4. ASP applications are not. 5. It is not available with ASP. 6. while ASP has ADO which is a simple COM object with limited facilities. Plc Training In Chennai
__________________ Plc Courses In Chennai| |
| | |
| | #7 (permalink) |
| Status: Junior Member Join Date: May 2012 Posts: 15
![]() | There are following Difference between ASP and ASP.NET ASP.NET 1) Separate code and design logic possible. 2) Variety of compilers and tools available including the Visual studio.Net. 3) Completely Object Oriented. ASP 1. ASP does not have the concept of inheritance. 2. ASP pages use scripting language. 3. ASP applications are not. |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |