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

Which is the best institute for .net ajax in Pune?
Ajax is simple concept. You really dont need any training institutes.
Aditya
What is the difference between asp.net and c#.net?
Asp.net is the framework and C#.net is the programming Language like Java. In Asp.net framework, we can use traditional web languages like html, css, javascript and create Fantastic website.
Geeta

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

Ask a Question

Related Lessons

Difference between App services,Cloud Service and Virtual Machine in Microsoft Azure
App Services :When you want to deploy your application to Azure IIS conatainers without requiring any control,web apps should be preferred.It's a part of Azure Paas.1) When you need IIS.2) Satisfy with...

Garbage collector [ GC ] in .NET framework
Garbage collector is responsible for the "automatic memory management - AMM" in .NET framework. Garbage collector is one of the properties of .NET framework components CLR . Why there is a need of "Memory...
R

Raga Deepthi G.

1 0
0

Difference between Abstract Class and Interface
This is probably one of the most commonly asked questions in any job interview for .Net. Before we look into the differences between the two lets find out the main features. Abstract Class By definition...

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...

Why a function in C# requires "Return type"??
- Basically , a Method is a piece of code used for the re-usability purpose. - Method is of 2 types Function and Procedure - Function is a method which returns a value to the calling place Function...
R

Raga Deepthi G.

0 0
0

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