Where are the SQL scripts to create the tables for ASP.NET Identity?
I can nowhere find the SQL scripts to create the tables for ASP.NET Identity, where are they?And where can I find the documentation of the SQL tables?
View ArticleASP.Net access issues
HiI recently published my web MVC 4 application on IIS 6. I have created the application pool for my web site. The portal works fine but I have some issues for which I am unable to get the right...
View ArticleCreate "Admin" and "Can Edit" Roles in asp.net identity WebForms
Hi All,I am experiencing problems in creating 2 simple roles ("Admin" and "CanEdit") using asp.net identity framework 4.5.1.My objective is to create a membership system that provides an Admin Role and...
View ArticleHow use custom IPasswordHasher?
I implements IPasswordHasher public class MyPasswordHasher : IPasswordHasher { public string HashPassword(string password) { using (SHA256 mySHA256 = SHA256Managed.Create()) { byte[] hash =...
View ArticleForms Authentication
I have created a new project with forms authentication. The project created all the forms for lgging in, registering, etc. in the account folder. How do I link these forms to my custom users table?...
View ArticleNot sending a confirmation email
I am using the forms created in the Account folder to register users. I can create a user but I don't receive the confirmation email. I guess I'm missing configuring something. What am I missing?...
View ArticleServer Error in '/' Application - Security Exception
Dears, I get a problem for the website. I can run porperly in my computer, but after I uploaded to server. Error happened.Actually I am not good at asp. Please help me[:'(] Thank you
View Articleuser authentication between two clients.
I am writing to seek some advice, of to which method would be most appropriate to use; token, hash or Oauth, where client A, would send user credentials to client B's login page, and then client B,...
View ArticleSite loads all but CSS and GIF files
I have an issue with a website that is using Windows Authentication for security. When a user access the website they are prompted for their windows credentials in an infinite loop. When the user...
View ArticleProvisioning only users who paid
Greetings,Looking for best practices of implementing the following scenario - we would like to register users only after they have successfully completed an online purchase on our web site. I.e. when...
View ArticleEncrypting PII
Hello,We have a database that will store PII and obviously want this data encrypted. I've looked at various methods of handling this, using keys in SQL Server itself, or encrypting/decrypting data at...
View ArticleSecurity tab slow in ASP.NET Configuration
The Security tab in the ASP.NET Configuration page loads very slowly, it takes about 2 minutes. Why is it so slow?
View ArticleProblem with the Security
Hello together,<div> </div> <div>i get a problem in case of deploying my web application on the 1&1 server (web hosting). My webapp works perfect local, but at the server i get a...
View ArticleASP.NET Identity emal instead Username
first: Documentation for the usal Login cases Needs improvment.In standard webforms template ASP.NET identity create user, set email and username in datatable same value. So I added for register.aspx a...
View Articleupdate username doesnt show up in Masterpage
I have changed code in manage.aspx to update username. That seems to work, when i look in db.BUT after redriect same old username Shows up in top status barDim usermanager =...
View ArticleIIS 8 and SAML. TIFM as the STS.
Hi,I've set up SharePoint 2013 for SAML authentication with TFIM as the STS, and it's pretty straight forward... using SharePoint PS cmdlets, etc. There was no IIS changes required.For just a regular...
View ArticleIssue with profiles
Back again with another question for your learned ones. I am having trouble implementing a profile system for my project. I have successfully implemented authentication, roles and membership, however...
View ArticleTrouble with HTTP cookie
Hi, the code below work fine when in a .net 1.1 app pool, but as soon as I put it in a .net2 app pool it fails to redirect to the default home page even though the user is authenticatedpublic static...
View ArticleIs form authentication is very secure?
just discuss is form authentication is very secure ? if not very then where the flaws lies. how people hijack auth cookie.what are the steps anyone can try to make it more secure and invulnerable.how...
View ArticleWhat is the difference between form authentication, Membership API and newly...
we know that first form authentication comes and later Membership API come with form auth all feature and now newly introduce Identity.1) i like to know in briefly the difference between form...
View Article