hi
please tell me what is the difference between asp and asp.net
thanking u
gopikrishna
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
hector_bustoPosted Aug 26, 2005, 1:54 PM
ASP is interpreted code and ASP.Net is compiled code that runs on the server, so it gives batter performance
because it can use the advantages of just-in-time compilation, native optimation and cache services.
Hope it helps.