Logon _ExternalLoginsListPartial
I have decided that the external logins are great for me and want to remove the site login The bolded text is used for the login controls and not enclosed around the External accounts.Any advice on...
View ArticleEasiest Approach to Add Account / Identity Scaffolding
This may be a bit of a silly question, but I was just curious to see if anyone had any fairly easy approaches to add in all of the generated scaffolding for the Identity / Accounts area (such as...
View ArticleClaims Based Application Not redirecting to STS
I have setup my Claims Based application along with my STS. I have setup the STS as the token issuer in the Powershell. I can view the STS and everything in the browser, but when I try to go to the...
View ArticleSecure Site development, HTTPS implementation in asp.net mvc4.0
hi All,I have been working ASP.NET MVC4.0, it look like security site(Banking), then I wondering how the Banking site's working speciallyhttps(SSL) implementation, how theymaintain authentication in...
View ArticleDuplicate user insertion on membership user created event
i use below event on login control created event to add user to sepecific role.Code protected void CreateUserWizard1_CreatedUser(object sender, EventArgs e) { string userName =...
View ArticleASP.NET Identity 2.0alpha: The controller for path '/Token' was not found or...
Hello,I have an ASP.NET MVC SPA application built from the VS2013 ASP.NET SPA template. It uses ASP.NET identity 1.0.The ASP.NET team recently released 2.0alpha of ASP.NET...
View ArticleIIS caching Active Directory password?
After a user changes their active directory password, through my site, the user can login with either the old password or the new password. If I restart the application in IIS manager the site only...
View ArticleUsing AspNetRoles (SQL table) for authorisation with Windows authentication...
Hello,Is it possible to use the ASP.Net Identity Role Provider (the SQL Tables provided when selecting Individual user Accounts) with Windows Authentication? I was able to do this using ASP.NET 3.5...
View ArticleAES on .NET Programming
Hello,Can C# or another .Net programming language is doing Encryption/Decryption step by step programmaticaly? for a example showing result block per round.As ussualy I see on the Internet by directly...
View ArticleAES Encryption 256 bit
Hello,I am encrypting data using the below AES code:Public AesIV As String = "1233123456789012" Public AesKey As String = "1233123456789012" Private Function aesEncrypt(strData As String) As String '...
View ArticleFormsAuthentication.RedirectToLoginPage() problem
hisince i'm new in web developing, this the first time i'm creating web application using login ... in my master page i'm checking if user is authenticated:if...
View ArticleASP.NET Web Appliction PASSING CREDENTIALS THROUGH TO A SHAREPOINT SITE
Hello!I have an ASP.NET Web app and a Sharepoint Site which both have the same login credentials. Does Any one know how I can pass the creditials from the login page of the ASP.NETApplication through...
View ArticleDon't understand why I am getting this error: CreateUserWizard1:...
I don't understand why I am getting the error:CreateUserWizard1: CreateUserWizardStep.ContentTemplate does not contain an IEditableTextControl with ID UserName for the username.My wizard...
View ArticleSiteMap With Roles in ASP.Net 4.0 Web Application not working with Roles
Hi all,I have web application using Oracle DB i used membership with it and roles but when i tried to use sitemap with roles to allow user to display menu according to role not working with meIn...
View ArticleSigning data using PKCS#7
HiI want to post data using PKCS#7 method. Any sample examples.Ravindra.
View ArticleMembership.CreateUser causing abnormal termination of web application
HI Folks,I need to be able to create a new user in Active Directory. I am making a call to Membership.GetUser(username) to check if the user already exists and if not making a call to...
View ArticleHow to get user roles and automatic user creation working?
I've always found it so hard to get roles and authentication finally working! And now the ASP Configuration console was removed, to make things even harder.I have an already working ASP.NET web app...
View Articleasp.net Identity, Always remove user from the wrong role
Hi, i'm using asp.net mvc 5, I got 4 roles and some users in my database, there are 2 roles of them called purchase (name: PURCHASE) and production (name: PRODUCTION).If a user got 3 roles (purchase,...
View ArticleHow to Show all Roles in Web Forms Application?
Hello, I am making a form to show all Roles in the AspNetRoles table. I see how it is done in AspnetIdentitySample but not getting it work on Web Forms App. Here is how i am doing..private...
View Article