Providers cannot be configured
Hi there,I've encountered a strange issue with my project today. I was re-writing several elements of my support ticket application and I recreated the web.config file. Adding the providers back in, I...
View ArticleASP.Net Identity and ASP.Net Login Controls
Hi,Can ASP.Net Login Controls be used with the new ASP.Net Identity? Or are there any equivalent controls for ASP.Net Identity? I find it a bit odd having to code by hand the functions which were...
View ArticlePassword Reset with ASP.Net Identity
Hi everyone,I'm trying to implement a password reset method:protected void ResetPassword(object sender, EventArgs e) { var userStore = new UserStore<IdentityUser>(); var userManager = new...
View ArticleWhat is the best method to maintain session for form's login?
Hi,For the login of a webpage, which type of session is best to maintain?How could be the design for the database side.Thanks.
View ArticleASP.NET Identity and/or Azure Active Directory for multi tenant, multi...
Hi - We are building a web application, which is expected to scale up to 50-100.000 users within a couple of years. There will be organizations accessing the application through licensing, and their...
View Articlehow to use multi member ship provider in web config and on page
HI,i want to switch membership provider if necessary after login button click.i have added two in web config as below. <add name="AspNetSqlMembershipProviderOnLine"...
View ArticleUnable to delete members
I've made a page where I want the site admin to be able to delete users. There is a textbox for the username and a button to delete that user. The code behind is this. Protected Sub...
View ArticleAsp.net 4.5 ASP.NET Web forms Site
Hi Friends,In visual stuido 2012 I create website using "ASP.NET Web forms Site", I want to know how I can configure my domain authentication .thank you.Regards,
View Articleauthorization broke
My users additional information data is contained in a table called riders. That table has a rider ID and it is assigned the UserId (unique identifier) that the user...
View ArticleLogin, register form (without membership, roles build in).
Hello,I made an login and a register form everything works fine I can log in, log out, register, roll a new password. But I am facing new problem, how to store a log in information, because at this...
View ArticleMVC 5 with entity framework membership database able to check a usere/pass...
Hi,I'm new to MVC (of all versions) and relatively new to web app development, so maybe someone can tell me if there's a better way to do this, or what I'm doing wrong.My company has an existing...
View ArticleROLE BASED LOGIN AND REDIRECT
Creating a website in which i want to create a role based userlogin like admin and user and redirect the user based based upon role to admin and user page respectively and add security options as well....
View ArticleRetaining session state during postback from another domain
We have an ASP.NET WebForms (designed for mobile) application that, as one of the functions, posts images to our back-end DB. This works without any problems with Windows Phone and Android and posts...
View ArticleLogin failure on aspx page
I am creating a web site with a Public and Private section. Each section has multiple pages selected by different Menus. The Private section pages are contained in a separate folder. The site is built...
View ArticleASP.NET Identity literature?
I would like to know if there is someone who knows or can recommend any decent literature about ASP.NET Identity, other than blogs and MSDN of course, I have only found this...
View ArticleAdding to code created by VS2012
I'm working on a project that had a registration and login page created by VS2012 using Membership.This is all very nice but also not very easy to follow and add to. I want to add the user to a certain...
View ArticleRead aspnetdb.mdf Membership file
I need to create an program to read selected values from the Membership aspnetdb.mdf file. I need to edit the Activity field in an external program so I can Activate the user. I did this in Delphi...
View ArticleBest guidance for login userid and password
our website has two login area. One use js to Login and other use postback. I saw userid and password goes in such a way anyone can hack in the middle of the path. how we can provide security for...
View ArticleForms Authentication vs IIS Idle Time Out
If I setup Forms Authentication with:<authentication mode="Forms"> <forms loginUrl="/MyLogin/Index" timeout="2880"and IIS has Idle Time Out set to 20Will re-authentication be required...
View Article