4

What is the difference between Javascript and ASP.net?

2
  • 5
    What is the difference between C++ and Visual Studio? Commented Jun 7, 2010 at 19:36
  • Since it was tagged as homework I gave him an up-vote Commented Jun 8, 2010 at 0:06

2 Answers 2

14

Javascript is a scripting language which runs in the browser while ASP.net runs on the server and is a framework for running web applications (you can compare it to JSP, ColdFusion etc etc) Just so you know....there are versions of ServerSide JavaScript( for the older among us.....remember Netscape's LiveWire?)

You can use Javascript together with ASP.NET

Sign up to request clarification or add additional context in comments.

1 Comment

+1 - commenting to emphasize Javascript is client side, ASP.net is server side, if you're processing data that you don't want to user to have access to you want to do it server side!
0

the main and a basic difference is javascript is Browser side scripting language and ASP is server side scripting language.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.