login about faq

Due to the large amount of spam accounts, we temporarily disabled new user sign ups. To override this, email newuser.lgqa@gmail.com and an admin will determine if you are permitted to join


I need to figure how which Server is more effective for storing information and for logins and passwords. can you guys help me out?

asked Jun 30 '11 at 14:57

KG3UNFORGN's gravatar image

KG3UNFORGN
1557

edited Jun 30 '11 at 14:57


Uh, SQL is a query language while ASP.NET is a web framework, two completely separate things.

Typing you store logins/passwords in a database (that may or may not use SQL), and access that information with a server-side language, like ASP or PHP.

answered Jun 30 '11 at 15:07

eddieringle's gravatar image

eddieringle
2.3k71644

Not to mention the fact that .NET has it's own SQL server.

answered Jun 30 '11 at 15:36

Duodave's gravatar image

Duodave
4.6k404998

ASP.NET is the language that you use to write code to interact between the web browser, the web server (usually running IIS in this case), and SQL (usually microsoft SQL). SQL will be storing all of your data, and ASP.NET will be accessing it.

answered Jul 01 '11 at 00:44

KylePolansky's gravatar image

KylePolansky
2.0k4839

But, you don't have to write in ASP.NET, there are several languages that can work with SQL. And, there are several versions of SQL, this "usually Windows" is an overstatement. Surveys have shown that servers running Windows have about 33% of the market, while servers running Linux have more than 63% of the market. That being said, probably the version of SQL being run on most web servers is not being run by IIS.

(Jul 01 '11 at 10:37) Duodave Duodave's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×96
×75
×32
×29
×29
×15
×4

Asked: Jun 30 '11 at 14:57

Seen: 991 times

Last updated: Jul 01 '11 at 10:37