Built in authentication
-
Hi! I'm teaching some basic ASP.NET. I have looked at a solution for login-page. There is the built in forms-authentication but I seem to work bad. Login works sometimes and sometimes not. Doesn't seem so stable or maybe I am doing something wrong. Is this something you would use on a live site? What else should you use?
-
Hi! I'm teaching some basic ASP.NET. I have looked at a solution for login-page. There is the built in forms-authentication but I seem to work bad. Login works sometimes and sometimes not. Doesn't seem so stable or maybe I am doing something wrong. Is this something you would use on a live site? What else should you use?
larsp777 wrote:
Doesn't seem so stable or maybe I am doing something wrong.
Given that Forms Authentication has been around for 12 years, and is used by a huge number of sites, my money's on option 2. :)
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
larsp777 wrote:
Doesn't seem so stable or maybe I am doing something wrong.
Given that Forms Authentication has been around for 12 years, and is used by a huge number of sites, my money's on option 2. :)
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
larsp777 wrote:
Doesn't seem so stable or maybe I am doing something wrong.
Given that Forms Authentication has been around for 12 years, and is used by a huge number of sites, my money's on option 2. :)
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Man; You know something, Microsoft is the opposite of stability. Windows itself is not stable that suddenly you get that stupid blue screen and you would loss all your work. Because of that you shouldn't bet on Microsoft product so, you wont loss your money.
Help people,so poeple can help you.
-
Man; You know something, Microsoft is the opposite of stability. Windows itself is not stable that suddenly you get that stupid blue screen and you would loss all your work. Because of that you shouldn't bet on Microsoft product so, you wont loss your money.
Help people,so poeple can help you.
Thankfully, I haven't seen a BSOD for years, and even then it was dodgy hardware that caused it.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Hi! I'm teaching some basic ASP.NET. I have looked at a solution for login-page. There is the built in forms-authentication but I seem to work bad. Login works sometimes and sometimes not. Doesn't seem so stable or maybe I am doing something wrong. Is this something you would use on a live site? What else should you use?
Yes sir it's very difficult understand about the forms Authentication, I have used many time in live project, but every time new problem faced.After some searching on google some idea get, then resolve problem. I used every time web config Authentication, it's simple according to me.