what is the difference between asp and asp.net
Answer / dsr
Biggest noticeable difference: ASP (Classic ASP as it is
known) is a Script Language (i.e VBScript), where as
ASP.NET is a the web formulation of a Compiled Language
(i.e. Visual Basic, C#, J#, C++.Net)
| Is This Answer Correct ? | 6 Yes | 0 No |
can Array contains different datatypes ?
how windows applications different from the console applications?
How do I stop a thread?
WHAT IS COMPUTER
What are relation objects in dataset?
What is ITIL? What is the use of ITIL and how it works?
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
What is cache coherency and how is it eliminated? : .NET Architecture
Can you explain update progress control?
Which software is used for .net programming?
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?