|
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
|