Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Difference between asp and asp.net?

Answer Posted / uma

Asp:---
1) asp is script based ,so that it is executed in
interpeter.performance it is very slow.
2) it doesn,t have server controls
3) only one session mode "inproc"
4) only inpage technique is allowed
5) validations are wriiten manually
6) caching canot be performed


Asp.net:----
1) asp is compliler based ,so that it is executed in
complier.performance it is very fast.
2) it have server controls
3) session mode "inproc","ottproc","Stateserver"
4) inpage and codebehind technique is allowed
5) validations are present
6) caching techinues are 3 types
a)page output caching
b)page fragment
c)data caching

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is session in web technology?

1005


Explain model, view and controller represent in an mvc application? : asp.net mvc

966


What is session and cookies in asp.net?

1054


What is AutoEventWireup attribute for ?

1068


Explain the function of new view engine in asp.net? : asp.net mvc

1070


What is asp.net with mvc? : Asp.Net MVC

1027


What is a session in programming?

1142


What is the difference between adding reference in solution explorer and adding references by using ?

1119


how to transfer the file from client to server using asp.net

1158


How to create multi language website in asp.net mvc? : Asp.Net MVC

1036


How to implement role based security in asp.net mvc? : Asp.Net MVC

1172


What is difference between rest and soap?

1176


Where do we store our connection string in asp.net application?

1075


What is route in web api?

1075


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

2688