| View previous topic :: View next topic |
| Author |
Message |
Madhu
Joined: 04 Sep 2007 Posts: 13
|
Posted: Fri Oct 05, 2007 3:01 am Post subject: What is difference between classic asp and Asp.Net |
|
|
Hi Friends,
What is the difference between Classic ASP and ASP.NET.?
Regards,
Madhu. |
|
| Back to top |
|
 |
Abhi
Joined: 21 Aug 2007 Posts: 144
|
Posted: Tue Dec 11, 2007 12:11 pm Post subject: |
|
|
Hi Madhu,
There are many differences between the Classic ASP and ASP.NET.
1) ASP is the interpreter support.
ASP.NET is compiler support.
2) ASP.NET has the easier configuration and deployment rather than asp.
3) ASP.NET supports around 32 languages to write the code.
4) There is no code seperation and design in the ASP.
Seperation of code and design is flexible in ASP.NET.
5) ASP is very difficult to debug the application.
Debugging is more comfort in ASP.NET
6) We can trace the ASP.NET application.Tracing means flow of execution of program is easy. ......etc.
Regards,
Abhi. |
|
| Back to top |
|
 |
|