How do you provide access to resources on your network to an ASP.Net...
Hello Community On WS2012 Kerberos is the default method of authentication. When you run an ASP.Net application on WS2012 how do you use Kerberos authentication to access resources on your...
View ArticleClaimsAuthorizationManager missing
Hello, i want to write a CustomAuthorizationManager from ClaimsAuthorizationManager class that should be in System.Security.Claims namespace...
View ArticleCatch Security Exception with attribute (Web Api)
Hi!I have a simple web api controller that i want to secure with claims authorization: [ClaimsPrincipalPermission(SecurityAction.Demand, Operation = "Get", Resource = "Contacts")] public...
View ArticleHow to add createdate column to default asp.net mvc 5 membership service?
Hi. I noticed that aspNetUsers table does not have a column for the createdate. Using this default membership provide, how to simply add the column for the createdate? Thanks!
View ArticleDeciding on ASP.NET MVC application security framework
I've been working on a medical record information system for past two years which uses Asp.Net MVC platform and only works with internally defined users. We have our own users definition and this...
View ArticleAsp.Identity confirmation page not working on hosted site
I have created a new Asp.Net 4.5. I am using Asp.Net Identity framework for registration, confirmation and two-factor authentication. All of the functions work perfectly on my desktop.I just deployed...
View Articleuser is not logged in after completing "Create user Wizard) ??
hi,After user has create user wizard, i redirect them to default.aspx - but the user is NOT logged in and this is not what I want.code behind protected void CreateUserWizard1_CreatedUser(object...
View Articlemembership database login
vs2012 express, net.4 web formssql 2012 expressi am using the built in membership system - the controls and the database on sql server 2012 express.what do i have to do if i don't fant want to use...
View ArticleASP.NET Identity with Webforms - adding fields to user profil
Hi allI was able to finally make asp.net working for web forms using vs 2012.Now I would like to extend the user profileAll search results on this subject are showing how to do that with MVC projects...
View ArticleANONYMOUS LOGON Web Server to WCF Web Service(Different Server)
Hi, I have facing login credentials lost web server to wcf web service(different server). I got correct data if i open my web site from Web Server but i got "403 forbidden" if i call from client...
View Article"If IsValid Then " in MasterPage
Hi All,does someone know why the following method causes errors to be fired if used in MasterPage? Protected Sub LogIn(sender As Object, e As EventArgs) If IsValid Then End IfThank you
View ArticleASP.Net Configuration , authentication, authorization is not working on IIS
Dear All, I add Asp.net default security tables in my data base by runing aspnet_regsql.exeafter that I have create many folder in my ASP.Net C# web application, and go to project and then click on...
View ArticleAdd FirstName in ASPNETUSRES
hi i want to add FirstName column in ASPNETUSERS table using the following tutorial i could not find IdentityModel.cs file inside my project. i am usingweb form...
View ArticlePrevent Open Redirect attack in asp.net
How to prevent open redirect attack in ASP.NET. I have few sources on how to prevent in MVC but are there any specific resources available for asp.net? During the input validation is it sufficient to...
View ArticleImplement authorization in Asp.Net application
Hi, I have an ASP.NET application which has Admin.aspx page. The Db contains user roles like Admin, Approver, publisher etc. I want to allow only Admin users to access Admin.aspx page. I want to...
View ArticleOpenAuthProviders not working if placed Masterpage
Hi All,I am trying to add the OpenAuthProviders reference in my masterpage inside an overlay (even if this is not a clue because the OpenAuthProviders don't work either inside an overlay or...
View ArticleUnwanted login page presents when accessing site
I have a project that I copied from another solution. This project originally used the ms sql login facility to control access to the site. I don't need the login facility to be enabled on the new...
View ArticleThinktecture IdentityManager.AspNetIdentity & Remote/Existing SQL DB
Hey All,I am trying to make use of the IdentityManager from Thinktecture in an existing asp.net 4.5 web forms application. I used the Database first registration code example kicking around when I...
View ArticleASP.NET IDENTITY 2.0 Share authorization between two applications
Hello everyone, we two projects in one solution. We are using ASP.NET IDENTITY 2.0 for authorization, our session is shared in database. How we can achieve something like "single sign-on"? User who...
View ArticleIE prompting for userName and password
Hi,When i login to my website all goes wel when I click some links it also goes wel except for one link.When I click this link IE is prompting me for my user name.I've enables Anonymous Access in IIS...
View Article