Questions tagged as 'asp.net-membership'

1
answer

Custom RoleProvider

I'm implementing authentication with% custom%. I have a class RoleProvider and a class Usuario with many to many relationship. I created a folder in the project called Role and within the folder a class named Securi...
asked by 11.03.2014 / 00:16
1
answer

Solution .Net with Membership does not connect to oracle database

I'm trying to run a project on my computer but it reports error in the string:    OracleConnection.ConnectionString is invalid The same project works normally on the computer where it was started. The Oracle version on both computers is 1...
asked by 06.07.2016 / 15:19
1
answer

View user's post blocked in membership

I need to display a message when the blocked user tries to sign in membership ... I set the user locked with the IsApproved property = false; at time of registration MembershipUser lockUser = Membership.GetUser(txtEmail.Text); lockUser.IsAppro...
asked by 20.05.2014 / 18:15
1
answer

ASP.NET Membership: Exchange Framework 3.5 to 4.5

Does anyone know how I can get into Membership damage if I change my framework from 3.5 to 4.5? I have doubts about whether my login system will be intact, that is, if it does not change any of the user control that was done before.     
asked by 19.09.2014 / 15:14
1
answer

Problem with ASP.NET site administration tool!

I'm having the following problem, I already took the read-only permission from the folder and nothing: WhenIclickonChooserepository...itredirectsmetothisscreenbelow,andclickingTestitdisplaysthecompatibilityinformation: My sql is 2014, I al...
asked by 28.05.2015 / 00:34
1
answer

User permissions calling all rules with each access

I have MyRoleProvider implemented and access works normally, if the logged in user does not have the registered rule it does not allow access. The problem is that with each access to an action with the authorization attribute it takes...
asked by 25.08.2014 / 22:27
1
answer

Create ProfileCommon Object in Asp.Net Membership

I need to create a "profile object" in Asp.net Membership. My Web.config : <profile defaultProvider="AspNetSqlProfileProvider"> <providers> <clear /> <add name="AspNetSqlProfileProvider" type="System.Web...
asked by 20.09.2014 / 03:10
1
answer

How to improve the security of asp.net Membership?

Can you protect that cookie that is evident when you log in to a site using asp.net membership? I know I just copy it so I can "clone" the login session and thus become very vulnerable to man in the middle attacks. The only solution is to use...
asked by 01.02.2016 / 22:01
0
answers

Refresh all open tabs in the brownser of an aspnet mcv c #

Hello. I'm developing an application and wanted it when a user logged in or logged in to update all the tabs that the application has open in the browser. Example: User John is logged on to tab 1. User Maria duplicates the tab and LogOf...
asked by 28.04.2016 / 20:33
0
answers

Querying Active Directory data in Sql Server

I have services (WCF) that do searches in Active Directory to provide data to many applications that use Microsoft Membership Provider, and also need some of this information in some queries in a Sql Server 2008 database, I generated a dll and I...
asked by 16.12.2014 / 16:25