Reply
ASP vs ASP.Net
Old 08-21-2007, 02:38 AM ASP vs ASP.Net
sofia's Avatar
Junior Talker

Posts: 1
Name: sofiastephen
Hai everyone,

Asp and Asp.net are playing a major role in developing websites.
In Asp, coding is simply interpreted but in Asp.Net coding is compiled.Thats make the major difference between ASP and ASP.net
sofia is offline
Reply With Quote
View Public Profile Visit sofia's homepage!
 
When You Register, These Ads Go Away!
Old 08-21-2007, 11:31 AM Re: ASP vs ASP.Net
chrishirst's Avatar
Super Moderator

Posts: 13,658
Location: Blackpool. UK
Quote:
Thats make the major difference between ASP and ASP.net
Nope, it's one difference, but certainly not the major difference
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 08-21-2007, 01:05 PM Re: ASP vs ASP.Net
Learning Newbie's Avatar
Moderator

Posts: 5,199
Name: John Alexander
Well it's a major difference in execution speed. It's an important and pain in the arse difference for the guy who deploys a web site or changes to one, and it's something the guy who writes the code doesn't need to be aware of.
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 09-10-2007, 11:24 AM Re: ASP vs ASP.Net
Novice Talker

Posts: 9
Name: Jony
Quote:
Originally Posted by sofia View Post
Thats make the major difference between ASP and ASP.net
The major thing is that ASP.Net is Completely Object Oriented. and many things goes in very managed form. Also you got a lot of pre built tools...
jony5555 is offline
Reply With Quote
View Public Profile
 
Old 09-10-2007, 12:46 PM Re: ASP vs ASP.Net
Learning Newbie's Avatar
Moderator

Posts: 5,199
Name: John Alexander
Object Oriented = Nice
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 09-18-2007, 09:38 PM Re: ASP vs ASP.Net
Novice Talker

Posts: 8
Name: Roy
what is the difference?
RoyBoy is offline
Reply With Quote
View Public Profile
 
Old 09-24-2007, 12:58 PM Re: ASP vs ASP.Net
Skilled Talker

Posts: 97
Name: Ganesh
ASP: Its an interpretation every time your webserver is pharsing the asp code and produces the output. The cost on the webserver is very high. Resource consuming.

ASP.net: Sinces its pre-complied the peformance of the output is double times faster the previous one because. It will not pharse the codes again and again. If you used the codebehind tag you don't have to share your asp code. Instead build and make a dll, which offers a security.

Ofcourse you write your asp.net code in C# of Vb.net whatever is your language of choice and they are object oriented, if you plan it well ahead you can gradually update.
__________________
Gather. Search. Compare. Save on Hotel and Flight Prices @ www.vtrip.info
sri_gan is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to ASP vs ASP.Net
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.16072 seconds with 12 queries