What is the difference between ASP and ASP.NET?
Answers were Sorted based on User's Feedback
Answer / siddhartha suripunj
ASP is implemented with the scripying language where as
ASP.NET is a technlogy which is implement in various
languages under .net framework like
VB.Net ,C# ,etc.Therefore the ASp.net project is compiled
rathere than interpreted and hence edge over ASP as far as
performance is concerned.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / srini
1.ASP and ASP.NET both are uset to build td the web
application and web site.
2.ASP is a compiled Managed code.
But asp.net is a object oriented programming language.
3.ASP.NEt give highly productive programming language.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / divya
Asp.Net - Code & Content separation, Used dataset, there is
code behind
Asp - Code & Content mixed, Used Recordset, there is no
code behind.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / navin.cp
To resolve URL in ASP, we need to write ISAPI or we have to
purchase third party tool but in asp.net we can write code
to resolve URL in no. of ways.
Is This Answer Correct ? | 0 Yes | 0 No |
Which class is used to send an email message from an ASP.NET Web page?
0 Answers Sans Pareil IT Services,
what is publisher?
How many types of page.
5 Answers TCS, Verinon Technology Solutions,
Why mvc is better than asp.net? : Asp.Net MVC
What is in a session cookie?
what is an Eventbubbling?
What is the parent class of all web server control?
What is a postback url?
Where does Web.Config Info stored? Will this be stored in the registry?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Name some asp objects?
How can we make sure that Web API returns JSON data only?