| 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: 145
|
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 |
|
 |
SmaeTadena1228
Joined: 05 Mar 2013 Posts: 1
|
Posted: Tue Mar 05, 2013 9:32 am Post subject: The difference between Classic Asp to AsP.net |
|
|
hai..i a new member..it is possible to convert asp to asp.net?? if so?? how to?? thanks..  |
|
| Back to top |
|
 |
doodleblue
Joined: 23 Mar 2013 Posts: 2 Location: New York, NY, US
|
Posted: Sat Mar 23, 2013 5:59 am Post subject: Difference between Classic ASP and ASP.NET |
|
|
Hi abhi,
Nice differential Explanation give by you.. if you can still explain it in brief , it will be easy for us to learn
thanks in advance |
|
| Back to top |
|
 |
moksha
Joined: 31 Mar 2013 Posts: 1
|
Posted: Sun Mar 31, 2013 9:33 am Post subject: What is difference between classic asp and Asp.Net |
|
|
-> Asp use scripting language JScript or VbScript and .Net using complied languages.
-> Asp have mixer layout ,it combine script code and HTML Files.and .Net there is separate of code and HTML
so, its much easy for programmer and designer.
-> In Classic Asp ,no real state management ,if you want to identify user you needs to implements additional code.
In .Net provides solutions for session,application state management.
-> Asp update files only when server is down/stopped, .Net updates the files when server is running clients are connected.
-> Asp have limited Development and Debugging tools.and .Net have more framework tools and also GUI environment for user.
-> .Net is much scaleable than classic Asp.
-> In Asp you have to build a lot of functionality yourself,where in .Net the functionality is already there.
|
|
| Back to top |
|
 |
|