Form authentication
I have one website using forms authentication and when I go to http://www.kingaccountingandtax.com/users it should redirect the user to the home page but it is not doing that.Can someone explain why...
View ArticleAdding ASP.NET Identity to existing project
I've been attempting to follow along with this tutorial on www.asp.net, on how to add ASP.NET Identity to an existing project.One of the first steps involved adding Identity packages to my app. When I...
View ArticleHow to implement ASP.NET Identity 2.0 in multi-tier solution
I'm looking for some guidance as to how to implement ASP.NET identity in a multi-tier environment. I have a physically separated presentation and business layer, but all of the examples and sample code...
View Articleplease help me on SimpleMembership for Oracle in ASP.NET MVC 4 Application...
please help me, I'm stuck in this thing yesterday, and i dont have time I want to use simple member ship asp net mvc 4 with an oracle data base, I was unable find the schema script of the 6...
View ArticleLogin url after entering invalid credentials
Why is it when I am returned after entering invalid credentials, this long ugly url...
View ArticleCan't access css files and js files when I enable windows authentication
I have developed an ASP.NET MVC 5 with Visual Studio 2012 Premium, C# and .NET Framework 4.5.1. When I enable Windows authentication on web.config:<system.web><compilation debug="true"...
View ArticleWhat do I have to do to enable Active Directory Authentication in IIS Express 8?
I'm developing an ASP.NET MVC 5 project with C# and .NET Framework 4.5.1.I want to enable Active Directory authentication and I have done this on Web.Config:<system.web><compilation...
View ArticleRolegroup doen not seem to work
I have a website which allow users to logon using credentials (Forms-authentication ). This works perfect!Now I want to update to Windows-authentication, but it does not seem to work: The server is...
View ArticleQuestion about active directory membership and login controls
Hello, i am developing a small asp.net app that extracts some data from our payroll database and shows it to the user. The problem is that the data is sensitive therefore it must be secured with...
View ArticleASP.NET Identity: using Roles with Organizational Cloud or On-Premises...
I am struggling to implement Roles with Organizational Cloud or ADFS users. Is anyone aware of some good documentation, tutorials, or examples?
View ArticleEstablishing a Function to assign Role to Windows Authentication User
I am having issues learning how to establish a Roles Function within this code that will assigned all Windows Authentication Users to a Role that is located in my SQL Database Table. This is what I...
View ArticleRetrieve user information in External Login
HiI implemented external login and I want to retrieve user information. For example in an Yahoo account I can use the code in last part of http://www.oauthforaspnet.com/providers/yahoo/ for this...
View ArticleExternal login to MVC app
I've developed an MVC5 app with OWIN forms authentication.A new requirement is to provide the ability to log in from an external site (this is our own portal, providing a central log in point to all...
View ArticleCreating a custom CookieAuthenticationProvider
I am implementing OWIN Cookie Authentication in my application, but I would like to customize the CookieAuthenticationProvider class as I have done in some instances with my...
View Articlecookie and sliding expiration
i use the following code in the Page_Load event in all of the *.aspx.cs pages to slide the expiration date of the cookie. it works but i just have to include in all of the pages. is there a better or...
View Articleforms authentication
When I enter invalid credential to login it is returning me with a returnurl to the login page.http://localhost:61089/scotkingcpa/login.aspx?ReturnUrl=%2fscotkingcpa%2flogin.aspx&loginfailure=1Why...
View ArticleConfigure Microsoft.Net Identity
I created a new websiteit is already configured to use the new Identity frameworkI connected the website to a new SQL Server Database<connectionStrings><add name="DefaultConnection"...
View ArticleASP.NET Identity Remember Me
I have build an application targeted at mobile devices. I would like to be able to check the "remember me" option when logging in, and then be automatically authenticated from that point on, whenever I...
View Articlefirst step of password recovery control
having trouble at the beginning of passwordrecovery control - submit user name. No handler is provided for buttonclick on the submit user name. So we have to provide the handler to search...
View ArticleHow to manage user accounts such as delete
HelloI wonder if anyone can point me in the right direction. I'm using VS 2013 vb.net and have used the ASP.net web application and then web forms template as a base. I have added users and roles and...
View Article