Implementing IUserPasswordStore for the default ASP.NET Identity Provider
Hello,Is there some way that i could implement the IUserPasswordStore interface and extend the capabilities of the default Identity provider?I know that a complete custom implementation can resolve the...
View ArticleHelp With IIS authentication Process
Hi we have a website configured to work with windows authentication. One of the user is not being able to open the URL. i problem is not with browser. Also the application is fine. Can any one tell me...
View ArticleSecurity+
How hard is the security+ certification? What is the best way to study for it?
View ArticleContext.User.Identity.GetUserName()
Hi All,I have a ASP.Net Web Forms application. I am using EF code first, with Model Binding. Everything is going good. I am ready to start incorporating Authentication. I am using the out of the box...
View ArticleKeeping user's Information in Custom membership & role provider
I am using to Implement Custom membership provider and role provider for authinticating purpose in Asp.net MVC 4.I followed this...
View ArticleWeb Service Call From Login.aspx (Unauthorized)
I have a login page using forms authentication that is working great. I am trying to add a new account database call. I have a jQuery modal that collects and validates the new account information and...
View ArticleVS Project Properties "SSL Enabled"
Hi Please help me, i'am currently working on making a MVC site that is capable of login using Facebook, this is the link that i look into...
View ArticleLoginCreatedUser = "false" does not work
hi, i have implemented a membership login as well as email verification for a newly website . in register.aspx at <asp:CreateUserWizard ... i have disabled LoginCreatedUser like the following...
View ArticleASP.Net Web API 2.0 and SQL 2008 R2 ?
We are trying to create a new web forms application using VS2013, .Net 4.5 framework and Web API 2.0. This works just fine when we create the default web forms application and register a new user which...
View ArticleSpurious exceptions from universal providers when application pool starts up...
Don't know if this is the right place to post this but i'm having a problem with asp.net universal providers 2.0.0 Entity Framework IDbCommandInterceptor. When the application pool spins up and i...
View ArticleWriteSessionTokenToCookie
ClaimsIdentityCollection identities = new ClaimsIdentityCollection(); identities.Add(new ClaimsIdentity(claims, "Forms")); var principal = new ClaimsPrincipal(identities); var token = new...
View Article1st go at a Membership authentication
I have a site that has very basic forms authentication that I inherited. UserName and Password are stored in DB with Linq to SQL. Password is stored as plain text.I need to add multiple features:...
View ArticleUser.IsInRole multiple?
HelloUsing asp.net membership 2.0 Need to check user in multiple roles. For example paid and buyerHow can i achşeve this?Thanks in advance
View Article0x800a01ad - Microsoft JScript runtime error: Automation server can't create...
I am trying to create a Word document from a template on a client. The Client is Windows 7 64bit with Office 2010 32bit and IE 9.0.The Web page is a Web Form and is using javascript to create the Word...
View ArticleWindows Authentication Redirect to Given URL
Hello,I am sending email to user with the URL. When user clicks on url, I want user to enter his credentials and then redirect to given url.How can I do this in Windows Authentication...
View ArticleMicrosoft.AspNet.UserManager - is there a synchronous version of...
I am trying to add multiple ApplicationUser types to the 'AspNetUsers' table in my MVC project but there is only an async version of method for adding new users via the UserManger<TUser> type....
View ArticleAny guidance or docs on the ConfirmEmail functionality in Identity 2.0?
Identity 2.0 announced an Email Confirmation capability, but I cannot find samples, documentation, or guidance on it. There are on the net recent articles by developers who have rolled their own but I...
View ArticleLoginView error with CreateUserWizard & OnCreatedUser event
Hey guys, I'm pretty new to C# and ASP.NET, but I'm hoping to get some help on an issue with my fledgling web application that has me stumped so far. I've created a page purposed for user creation...
View ArticleDeny Access to folder
Hi, I have some pictures stored in a folder called "Pictures". I found out that also people, who are not registered users of my homepage, can see these pictures by...
View ArticleRequesting help [ Login , mvc ]
Greetings, I've been using webforms for a long time and last week moved to mvc and I'm having trouble managing login. Httpget gets the data if I have it in login view , what I'm tring to do is get...
View Article