Tracking authenticated user activity on website
I order to shore up our website security, I need to be able to track when a user requests a page within the application. If the FormsAuthentication ticket is still valid, I want to update the database...
View ArticlePass Through Authentication - Stuck!
I'm aware that this may not be ideal for this forum but I have tried everywhere else to attempt to get some assistance with no luck including the IIS forum which was dismal at best. This application...
View ArticleHow to create log in with access codes for my website
Hello,I have created a website for a music class and I want to force users first to buy the assignments workbook of the class which will include an access code to enter the website material and...
View ArticleDeny Verbs in Request Filtering vs trace enabled="false"
Are they both the same? How are they different?Which one should I use to stop HTTP TRACE?
View ArticleAsp.Net Mvc: Social Accounts Integration in existing application
I am working on some Asp.Net Mvc applications since last 4 years. I have used Entity Framework Code Fist approach in these application. So there are multiple databases which contains lot of tables.Now...
View ArticleAesCryptoServiceProvider Support
Hi All,We are developing encryption process in a asp.net application, we have chosen to use AesCryptoServiceProvider class. But we saw in MSDN "The CAPI implementations are available on older operating...
View ArticleOWIN Mvc5 + Web Api
Hi I have a question about getting both mvc & web api working correctly with ADFS. Looks like I have post the question in the wrong place.http://forums.asp.net/t/2079851.aspx?OWIN+Mvc5+WebApi...
View ArticleMatching encrypted jwt token in authorization bearer
I am using Microsoft.Owin.Security.Jwt package for jwt token. Due to strict security requirement, I return an access token which is encrypted to the user during web api response, in which the user use...
View ArticleLogin types and User Id
How do i add fields inot the aspuser Memebership class while i see the best way to pass a userId is to use sessions I would like to add the column into the user class I Have seen old methods of doing...
View ArticleASP.net Identity v2.0.0 Email Confirmation/Reset Password Errors
We just launched our web app 6 days ago and have had over 5000 people register for accounts, great!The issue is 3-5% of those users who click the confirmation email link (and same seems to go for reset...
View ArticleHttpWebRequest and Forms Authentication
I'm sure someone here has run into this problem before: I have a page where I create/execute a HttpWebRequest for another page on the same server, using POST to send serialized data to the requested...
View ArticleHow to manage users and roles on my ASP.NET MVC 5 Web Application?
I'm using Database First, EF 6, Visual Studio 2013 Pro.I would like that when the application is started, no menu is available unless you enter some user (dont know who to do that).Next, I want that...
View ArticleASP.net Identity v2.0 Email Confirmation/Reset Password Token Invalid...
We just launched our web app 6 days ago and have had over 5000 people register for accounts, great!The issue is 3-5% of those users who click the confirmation email link (and same seems to go for reset...
View ArticleASP.NET Identity 3.0 Entity Framework Database Seeding
I'm playing with ASP.NET 5 RC1 and am using Identity 3.0 to provide authentication using usernames/passwords, using the built in ASPNET schema and EF7.For testing purposes, I'm trying to seed the...
View ArticleBest way to get user id using EF and storing for the application life span
I am tyring to over come a issue with using session by having a property to store the providerkey i seen examples of this but I am using form authentication so i dont no if i can use that Guid _UserID;...
View ArticleSecurity version confusion
I am starting a new web application project in VS2015, web forms, ASP.NET 4.5.2.I create the site and run in a browser from my local machine, go to the Login page, create a user and observe in the db...
View ArticleNtier-Entity Framework
I need a sample for NTier Entity framework using repository pattern and UnitOfWork
View ArticleADFS requires re-authentication on new browser window
I’m developing an MVC5 application that’s been configured to use ADFS as Identity Provider with the web app acting as a Relying Party. The app is behaving differently on IE9 and Chrome as far as...
View ArticleAccount vs Manage Controller in ASP.NET 5
I'm building an application using the new ASP.NET 5 framework and am familiarizing myself by playing around with the default template.In said template, which I thought had implemented user...
View ArticleAt least one other site is using the same HTTPS binding warning when...
HI 1. i have 2 asp.net appllications & 1 sharepoint web applications created on PORT 443.2. we have two SSL certificates installed in IIS1 step:// i created a sharepoint web app on port 443 with...
View Article