I am using windows authentication for the first time. when I make my...
Although this is rather an old article, I have followed this reference to configure my application for Windows...
View ArticleUser.Identity.Name ="empty" IIS local network , Windows authentication
I need get logged user name on my local network .We are using Windows authentication . All computers are under same domain name.When I set on IIS server Anonymous Authentication...
View ArticleASP.Net Identity 2.0 Can't Login after One user Logined
I use visual Studio 2013, ASP.Net Identity 2.0, Web Forms Application , I create simple Project Where Session["MySessionVariable"] value set in button click, after session is set I cannot to login in...
View ArticleAccessing a network file with FileInfo
My Web Applicaiton is running in Windows Authentication mode. My Web Server is running in domain LDSelfCare.There is a file server in domain LDCustomerCare and I want to read a file from my web...
View ArticleWhat are the source for the login identities?
At one point all of the following would produce "MY_DOMAIN\MyUserId" when viewing a page in my web.HttpContext.Current.Request.LogonUserIdentity.Name; HttpContext.Current.User.Identity.Name;...
View ArticleUser.Identity.Name is null, but isauthenticated true in mvc 5
This very strange issue begun fromA claim of type 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier' or...
View ArticleProject setup for ASP.NET Identity
Hi all,I want to create a simple online dating site for practice purpose and i need advice on how to start.I was thinking that i should use ASP.NET Identity for storing users so i created my web...
View ArticleOWIN and Authorization Code Grant Flow - Always Bad Request (Invalid Grant)
I've set up the following in Startup.Auth.cs: public partial class Startup { public void ConfigureAuth(IAppBuilder app) { // Enable the Application Sign In Cookie. app.UseCookieAuthentication(new...
View Articleloginsystem
how to make a secure login in system for online examination system .for admin and users .help me sending the code in asp.net in C# or in VB.net.
View ArticleIdentity Road Block
We have an internally-developed user module. It's quite extensive, but we want to update it to use ASP.NET Identity v2.x so that we can get the following benefits: Owin, External Logins, Claims-based...
View ArticleWCF REST custom security
I've created WCF Rest service which must be available in internet. For authentication I use HMAC fromthis msdn article. For encryption data in response I use AES from .NET instead of SSL certificate....
View ArticleASP.NET identity 2 still authenticated after signout
Hi, I have a web application using identity 2. I logged in to my systen and did one form post action and captured that action with fiddler. Then I logged out from the system which uses...
View ArticleIdentity 2.0 - Detecting when logging in from multiple IP's
Is there any built in way to do this? Or am I looking at a custom implementation. I'd like the ability to lock out an account if they have logged in from three or more IP's. I know how to do the...
View ArticleSecurity Exception - Medium Trust w/ OleDbPermission
At forum entry http://forums.asp.net/t/1374832.aspx?Security+Exception+Medium+Trust+w+OleDbPermission+Go+Daddy+Shared+Server the original poster reported that he was getting the security exception...
View ArticleCustomizing a Trust Level in IIS 7.0
Hi folks;We have a problem. We have a web site with a number of web applications residing under it. Each of these web applications make use of a customize configuration file which was called...
View ArticleReference a non logged in user with user.isinrole
HiI need to reference roles for a user other than the current user, whilst logged into a web app. I'm looking for something likeIf User("Username").isinrole then Do something End IfObviously, above...
View ArticleCreateUser issue in VS2013 but not in VS2012
In my VS2012 ASP.NET Web Forms app, I had no problem creating a user like this:MembershipUser user = Membership.CreateUser(tempUser, password, adminEmail);But today I upgraded to VS2013 and am getting...
View ArticleHTTP 403 Forbidden error
Hi All, I need help with a problem that presented the other day after having the code working perfectly for a while. I'm not sure if anyone modified some settings in the server but now I cannot find...
View ArticleCould not load file or assembly 'DotNetOpenAuth.Core, Version=4.0.0.0 - GO DADDY
Hello All, I have seen a number of posts about this but none have seemed to solve my issue so i am hoping that this post may help. I have created my website using webmatrix 3, it works fine when i run...
View ArticleActive Directory Security in .aspx within WCF service
Hello, I have a WCF web service in which I have few .aspx within Host project to listen to status push from external application.Before the .aspx page process the data push, it needs to authenticate...
View Article