How to configure GenerateEmailConfirmationToken in web forms.
I am trying to get an email sent when a user is created in Asp.Net Identity that allows them to confirm an email address. The message "No IUserTokenProvider is registered" continues to pop-up. This is...
View ArticleWeb.config for public users and administrator
I have an ASP.NET web application using .NET framework 4.5. I am supposed to work on Security for this application. The document requires anonymous authentication for public users who don't need to...
View ArticleHaving trouble using machine key to maintain authentication
This site I have issue is using .net 4. The users come on to a landing page where they login. From there once they login, it gives them an option to go onto a different site site. Each of these sites...
View ArticleDomain Redirect to folder
HiWhen the users cames to my domain I want they will be redirected to folder perfumes insidehttdocs.How can I do that?Thank youmario
View ArticleWhere are the new membership providers classes in ASP.NET Identity?
I'm migrating from the old aspnet_membership tables to the newer ASP.NET Identity.I've followed the steps [here][1]. [1]:...
View ArticleConditional Role based menu display
I have form where I am displaying menu based on the AD group the person belongs to<div class="navbar-collapse collapse" style="background-color:#04397d; "><ul class="nav navbar-nav"...
View Articledecrypt password from aspnet_membership table
hi,how can decrypt password like this: var check = from t1 in db.aspnet_Memberships join t2 in db.aspnet_Users on t1.UserId equals t2.UserId...
View ArticleHow to set authentication for Admin,User and Company.
Hi,I'm doing project in MVC.How to set authentication for Admin,User and Companies.I have done authentication for Admin and User.For example User sends the resume.First admin view all the...
View ArticleMigrate ASP.NET Membership Authentication to ASP.NET Identity 2.1 (MVC5)
Hello Guys,We are planning to migrate ASP.NET membership to ASP.NET Identity could you provide any best solution as i have tried couple of example as below but none of them worked, I am using MVC...
View Article'dbo.aspnet_CheckSchemaVersion' error sometimes
I updated our site a while back and now sometimes it throws a "Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'" error.After searching I found the links to create the stored procedure...
View ArticleDoes ASP.NET Identity also function as an authorization server?
Before I start my (complex) upgrade to Identity1.0, I'm correct that Identity1.0 will also serve as an authorization SERVER? I need that as I have existing user accounts that need to be able to login...
View ArticleUser encrypt txt file using his Public Key(RSA) and upload it, server Decrypt...
Im a total beginner in ASP.net.. seeking for some experts help.. As the user, I want to encrypt the contents of my .txt file using RSA public key that i have, and then upload the encrypted file to...
View ArticleRegisterExternalLogin doesn't register external login
I've set up openauth providers Google, FB and Twitter. They all succeed in authenticating the user on those sites and provide an email address, and possibly other info, back to my site. But the email...
View Articlecustomizing identity
Please am a new/amateur programmer, i need help understanding how to customize identity,for instance i want a login where a users can login and access information or create information based on his...
View ArticleNeed mixed mode authentication in ASP.NET MVC
Hello Experts,Here is my workflow. Can anyone help me.??Please provide some solution.Thanks
View ArticleBrowser history
I don't want the web browser to show the history of pages visited through my website like bank website. I want only the login and logout page would be shown in history, other than that no other pages...
View Articlelogin view question on master pages ??
hi,I have a website where CLIENTS and ARTISTS can create an account.After they login - it checks if they belong to client or artist table and sends themto their correct Admin Home page in one of the...
View ArticlePage By Page Access
I have a similar situation that @IndigoMontoya has -- I found his question here https://forums.asp.net/t/2056082.aspx?Giving+User+Access+On+Menu+by+Menu+Page+by+Page -- and I see that @Li Wang gave him...
View ArticleHow does User.Identity.IsAuthenticated work?
I'm referring to the code that appears automatically on the RegisterExternalLogin.aspx and code behind pages.Presumably the returned username from FB or wherever is checked against a database table to...
View ArticleClient Machine Login Username
Is it possible to retrieve client machine login username?Environment.UserName returns "NETWORK SERVICE".If using ActiveX Object, it returns username in IE but fails in Chrome.If I set IIS to windows...
View Article