In Asp.net web-form, how do I make my login more secure? And how do I make it log out?

Asked by Last Modified  

3 Answers

Learn .Net

Follow 1
Answer

Please enter your answer

Trainer

there are several methods: 1. database: a. Query must be parameterized or use store procedure b. Store password in hashed/encrypted form don't store 2. Front End: a. textbox must masked with some character eg. xxxxx, OOOO, ******* b. for login the credential...
read more
there are several methods: 1. database: a. Query must be parameterized or use store procedure b. Store password in hashed/encrypted form don't store 2. Front End: a. textbox must masked with some character eg. xxxxx, OOOO, ******* b. for login the credential must flow in the session c. remove cache from pages so that it can't be retrieve after logout read less
Comments

S/W Engineer, Game Developer, Programmer, Trainer - 14 + Years Experience

There are multiple option for security. # Use Store Procedure # Save data in Binary format # Use session
Comments

1. try to use captcha code on login page with a virtual keypad that will secure the system from machine hacking. 2. always use encryption of password on the client side using javascript or jquery and add some salt also as make the code more secure. 3. always use parameterized queries. 4. remove the...
read more
1. try to use captcha code on login page with a virtual keypad that will secure the system from machine hacking. 2. always use encryption of password on the client side using javascript or jquery and add some salt also as make the code more secure. 3. always use parameterized queries. 4. remove the special character at the time of typing. 5. ignore copy and paste at the time of password and login demand. 6. disable ViewState for the login page. read less
Comments

View 1 more Answers

Related Questions

Is developing a website in .net easy or in php?
In php developing an app is easy.
Nithish REDDY

Hi,

I have asp.net project with sql connection.I want connect database with asp.net and run the project and web config file there

In web.config: <connectionStrings> <add name="ConnectionString" connectionString="Data Source=192.168.1.25;Initial Catalog=Login;Persist Security Info=True;User ID=sa;Password=example.com" providerName="System.Data.SqlClient"...
Fathima
Is there a good book or website resource for product development (as opposed to project development [backward compatibility, source code protection, product licensing strategies, etc.]) in ASP.NET ?
There are few developer site like codeproject, codeguru and so on which can fulfill your requirement but I would suggest you follow some good training sites like pluralsight where you standout to have a deep understanding of technologies..
Dominic

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

CLR [ Common Language Runtime ] and it's properties
CLR is one of the components of the .NET framework which provides an environment to execute the .NET code or the managed code. , CLR helps in converting the MSIL/CIL code into native code and running...
R

Raga Deepthi G.

0 0
0

Multi-core CPU utilization using Task Parallel Library in c#
Nowadays, we are using multiple core systems. We must write our .NET applications in such a way that we must utilise the complete computing power of the machine. The parallel task library(TPL) allows...

ASP.NET Syllabus
Part 1: Getting Started with ASP.NET Lesson 1: Overview Of Asp.Net Lesson 2: Adding Controls To A Web Page Lesson 3: Web Page Processing Lesson 4: Validating User Input Lesson...

The Common Language Runtime
i. It is important to understand that the CLR is an execution environment for .NET applications and that includes applications written in C#, F#, VB.Net and other languages that target the .Net Framework. ...

Trends in .Net Platform
.NET Framework is a software framework developed by Microsoft. It includes a large class library named Framework Class Library (FCL) and provides language interoperability (each language can use code written...

Recommended Articles

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Looking for .Net Training ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you