Difference between asp and asp.net ?
Answer Posted / arunendra shukla
"ASP (Active Server Pages) and ASP.NET are both server side technologies for building web sites and web applications, ASP.NET is Managed compiled code - asp is interpreted. and ASP.net is fully Object oriented. ASP.NET has been entirely re-architected to provide a highly productive programming experience based on the .NET Framework, and a robust infrastructure for building reliable and scalable web
applications."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does cookies work in asp net?
Why is this service branded with windows livetm?
Is it possible to change the index of primary key on table?
Please briefly explain the usage of global.asax?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What are session cookies?
How can you handle errors in Web API?
Which authentication uses a combination of windows and iis authentication?
What do you mean by authorization?
Do I need to have the latest version of windows media player installed?
WSDL means?
Explain the components of web form in asp.net
What is a 401 redirect?
Explain ViewState?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?