Creating Users and Roles in ASP.NET?
I need to create users and roles in ASP.NET. Is it still possible to create them with the ASP.NET web configuration tool mentioned...
View ArticleSecurity Vulnerability Scan
I have an asp.net internal application. I need to run a scan on security vulnerabilities. Are there any tools out there that I can use?
View ArticleAccess to path denied error
I have an App Server and Doc Server both running under the same domain.Doc folder has "Users" assigned to it where DOMAINNAME/Domain Users group a member as wellIn IIS, Anonymous Authentication,...
View ArticleJson post request ( secure) error
Hi i want to make a Json Post request in .net it must be secure i havce the .cer file , .pem file .pfx file the private key i wrote some code to that but the server on the other side say the request is...
View ArticleSSO/Security Federation for Asp.net & Jsp sites
Hi TeamI have a below given scenario to address.I need to basically implement SSO for two web application one is written using asp.net & other one is in jsp. Both these applications are hosted on...
View ArticleHow to Enable Web Applications Running as ApplicationPoolIdentity to Read...
We have web applications running on IIS 7.5, and their application pool's identity is ApplicationPoolIdentity.We want to enable them to read performance counters.Unfortunately, we cannot add their...
View ArticleWhat are the available options to define inside attributeMapUsername other...
I am working on an asp.net mvc web application, and I want to know the available approaches I can use to authenticate users against our Active directory ldap server.I use Asp.net form authentication....
View ArticlemaxRequestLength security problem
<httpRuntime executionTimeout="90" maxRequestLength="4096" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100"...
View ArticleAbout using asp.net identity in my mvc application
Hello, I am trying to use ASP.NET Identity in mvc application but I am confuse about password hash, can I store password without hash or Can I decrypt this hash password to show without hash,Please...
View ArticleUse Microsoft.AspNet.Identity with a custom User Class
hi, i have the next problem,I am Trying use the Identity for my site but i don't want to use the Identity fields, i have my own table for user and roles.but I need one way to manage the user session....
View ArticleAlter HttpContext.Current.User.Identity.Name from the client
I'm reviewing some code for a colleague and want to be sure about this before I raise it (office politics rubbish...)Would it be possible for someone with malicious intent to alter the value of...
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 ArticleClaim missing in Chrome (IE & Firefox are fine)
I have a simple MVC application federated with ADFS. In doing platform testing, everything is working fine on IE, Firefox, and but for one thing... Chrome. I use a role claim to determine if the user...
View ArticlePrivate Key is missing- error
hiiam writing a code to access a service on another serverthe certificate was installed with the private key on my serverwhen i run the test if (cer.HasPrivateKey) { Response.Write("OK"); } else {...
View ArticleAm having error with authentication code
Am having error on this line of code of my authentication, if (user. Identity.Isauthenticated) { var username = membership. GetUser (User. Identity.Name).ProviderUserKey; } Bit if I comment on the...
View ArticleThinktecture Identity Server suddenly stopped working
I have configured thinktecture Identity Server v3 and an MVC client. Both of them are working perfectly fine till yesterday. When I tried this morning it's not working. I cant remember changing...
View ArticleASP.NET Identity 2 when saving extended Application User it inserts duplicate...
I added some fields to ApplicationUser like this:public class ApplicationUser : IdentityUser { public virtual UserType Type { get; set; } public string FirstName { get; set; } public string CompanyName...
View ArticleInstantiating System.web.security.membership
When I start an MVC project, some sample code gets generated which, when run, generates some tables for authentication/authorization. One of them, UserProfile, I can get at using EntityFramework but...
View ArticleSignout in SPClaimsUtility
We created two sites, one with FBA and other one is Windowsauthentication. Code base remain same for both sites, only authentication will get differ. Each site has different signout page and...
View ArticleLogin control does not work after upload to web host
Hello all. Very much a newbie to asp.net.Have created a website on my local machine including a simple login page to restrict users to access. Pulled all the necessary ASP.NET 2.0 controls into aspx...
View Article