Unable to kill Session / domain authentication
I have an application that is doing domain authentication through Kerberos. The application is new to me and I see no "normal session objects" around. I need to kill this web application when someone...
View ArticlePublishing or Removing Membership Database
A fellow developer created a new application using the standard MVC template which includes a membership provider. However, the application uses our Active Directory to authenticate users. The problem...
View ArticleLogin failed for user 'x' in SQL Server from ASP.NET Web site
We received an error "Login failed for user 'x'" " sometime from application. We are 100 % sure as it working when we checked by manual login from SSMS as well as from application. It happened sometime...
View ArticleHow can customize Asp.net Identity 2 username already taken validation message?
How can i customize Asp.net Identity 2 username already taken validation message(Name XYZ is already taken.)? Thanks
View ArticleIs there a way to skip log byusing code for an asp.net Intranet application?
Hi, I'm using vs2012, c# and asp.net.I have an asp.net application that is hosted on IIS 7. This is configure to only enable Windows' authentication and I want to allow only a couple of AD user groups...
View Articleproblem of configuring authorization
hello community,I have a problem concerning the management of authorization to the pages of a web application that I develop in asp.net with sql server 2008 r2 external database. I have configured my...
View ArticleWhy is application trying to create ASPNETDB_TMP.MDF?
Hi everyone,I'm using the new ASP.NET Identity to manage my user roles and logins. In my SQL database I have all the necessary tables like AspNetRoles, AspNetUsers, AspNetUserRoles, etc. I am not...
View ArticleProblems being able to access Microsoft live connect / Microsoft identity...
I have been playing with this one for a while, and cannot seem to get Microsoft account login to work for my site.I've followed instructions given in several walk throughs but always get the response...
View ArticleASP.NET forms authentication against AD
Hi there, I have struggled with forms authentication against AD. I have a working asp.net 2.0 code that works on IIS 6 in Classic Mode. Things get complicated because our live serve is II 6 and...
View Articlewhy window login prompt 2 times?
I have a report portal site, after user login via window login dialog box (first time) and select their excel report by running the folowing client VB script: Set ExcelApp =...
View ArticleUsing HTML template in registration confirmation email with Asp.net Identity...
Dear All,by default, the asp.net identity system (WebForms template) sends the authentication confirmation message with this code:manager.SendEmail(user.Id, "Confirm your account", "Please confirm your...
View ArticleDpapiDataProtectionProvider Create Method
public static UserManager<CustomUser> CreateUserManager(CustomSecurityDbContext context, bool withProvider = false) { var manager = new UserManager<CustomUser>(new...
View ArticleFacebook oAuth in asp.net Webform
Hello everyone, I am trying to integrate Facebook oAuth into my asp.net applicationI am using the code example from http://onlinewebapplication.com/facebook-login-sign-in/I have inputted my appkey...
View ArticleShow details of the users using membership database and edit and delete also
I am creating a page on which i want to show all the users along with the type of roles they have using membership database in asp.net.I also want to provide delete and also want to show and add type...
View Articlehow to replace or in Identity system?
Like the way we use to do with the previous authentication system that we use a web.config in the folder to allow or deny.I am using Identity. i am able to register new users and assign roles. Now i...
View Articletrusting nuget?
Can I trust that any dll I get from nuget has been checked for safety by some authority - or is it a wild west of code?Thanks,
View ArticleHow to redirect on required page based upon role
I want to redirect on the user and admin page based upon role.what code should i write for this public partial class Login : System.Web.UI.Page {SqlConnection con = new...
View Articlecreateuserwizard for account registration but activation with email
I have created a registration page using createusrwizard and i want the account shall get activated by sending email to the user and that link should activate the user account?how to do thispls suggest...
View ArticleASP.Net website admisnitration tool problem
When I open ASP.NET website administration tool.I see different number of users and but when I check by default membership database in sql server and in its different tables i see different number of...
View ArticleASP.NET Web Site Administration Security section: Unable to connect to SQL...
I am developing an ASP.NET application using MS VS 2013 and MS SQL Server 2014. When i start ASP.NET Web Site Administration Tool by CMD and click on security tab, I get below error:" There is a...
View Article