Most voted "asp.net-membership" questions
11 questions
Sort by count of
-
7
votes1
answer541
viewsCustom Roleprovider
I am implementing an authentication with RoleProvider Custom. I have a class Usuario and a class Role with Many to Many relationship. I created a folder in the project called Security and inside the…
-
2
votes1
answer94
viewsWhat is Membership for?
I was analyzing Web.confg and a question arose, what is the usefulness of the tag membership? What is he?
-
2
votes1
answer407
viewsSolution . Net with Membership does not connect to oracle base
I am trying to run a project on my computer but it accuses error in string: Oracleconnection.Connectionstring is invalid The same project works normally on the computer where it was started. The…
-
1
votes1
answer187
viewsDisplay blocked user message on Membership
I need to display a message when the blocked user tries to log in to Membership... I set the locked user with the Isapproved = false property; at the time of registration MembershipUser lockUser =…
-
1
votes1
answer63
viewsASP.NET Membership: Framework Exchange 3.5 to 4.5
Can anyone tell me what I can get in "Membership" damage if I change my framework from 3.5 to 4.5? I have doubts if my login system will be intact, IE, if it changes nothing of the user control that…
-
1
votes1
answer42
viewsProblem with ASP.NET website administration tool!
I’m having the following problem, I already took the read-only permission from the folder and nothing: When I click Choose repository... it redirects me to that screen below, and when clicking Test…
-
1
votes1
answer116
viewsUser permissions calling all rules at each access
I have a MyRoleProvider implemented and access works normal, if the logged-in user does not have the rule registered he does not allow access. The problem is that at each access to an action with…
-
1
votes1
answer128
viewsCreate Object Profilecommon in Asp.Net Membership
I need to create a "profile object" in Asp.net Membership (Asp.net Security Control). Man Web.config: <profile defaultProvider="AspNetSqlProfileProvider"> <providers> <clear />…
-
0
votes1
answer121
viewsHow to improve Asp.net Membership security?
Is there any way to protect that cookie that is evident when logging into a website that uses Asp.net Membership ? I know that just copy it to "clone" the login session and this way is very…
-
0
votes0
answers543
viewsQuery Active Directory data in Sql Server
I have services (WCF) that do searches in Active Directory to provide data to various applications that use Microsoft Membership Provider, and also need some of this information in some queries in a…
c# .net active-directory sql-server-2008 asp.net-membershipasked 9 years, 11 months ago Rafael Carvalho 246 -
0
votes0
answers112
viewsUpdate all open tabs in the brownser of an aspnet application mcv c#
Hello. I am developing an application and wanted when a user login or login to update all tabs that the application has opened in the browser. Example: User João is logged in to the tab 1. User…