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

how to sorting the file and folders in grid view with Div Express third peaty controller Note: File and folders are sorting separately.
Third party controller have their own shorting method ...please clear your question ..
Mallikarjuna
How to create a PhoneGap App from an MVC4 .NET project ?
PhoneGap applications are designed to host Single Page Applications (SPA). This is where a single HTML page with it's supporting resources such as javascript and css files are bundled into a package...
JK IT Training
How to create different types of cells references in Excel
A cell reference refers to a cell or a range of cells on a worksheet and can be used in a formula so that Microsoft Office Excel can find the values or data that you want that formula to calculate. In...
Vijaya lakshmi
If have more than 10 lac records in a table. Can any one tell how I can use custom paging in this scenario. Our motive to achieve records within 1-2 sec.
When you have such huge data(10 lac) client side pagination will kill your application and eventually will slow down. As mentioned above, server side pagination will be better approach. on demand click,...
JK IT Training

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

Ask a Question

Related Lessons

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

Format Date to “MM/dd/yyyy” in Webgrid ASP.Net MVC Razor View
Replace above line with below to apply ("DD/mm/yyyy") formatting to date field in WebGrid AllTicket.Column(columnName: "DueDate", header: "Due Date") grid.Column("Date",format:@<text> @item.Date.ToString("MM/dd/yyyy")</text>)
M

Mohammad Shafi

0 0
0

Service-Level Agreement (SLA) Definition
A service-level agreement (SLA) is a contract between a service provider and its internal or external customers that documents what services the provider will furnish. SLAs originated with network service...
M

Mohammad Shafi

0 0
0

Pro Developer Program Syllabus
What you will learn in Pro-Developer Program: i. Introduction to Web Technologies. ii. Introduction to .Net - Features of .Net, CTS, CLS, CLR and MSIL. iii. C# & .Net Basics - Data Types,...

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