asp.net-membership
Membership.GetUser().ProviderUserKey always returns null
I\'ve recently started using ASP.NET Forms Authentication and Membership. I created a C# project in Visual Studio, which automatically created pages like \"/Account/Login.aspx\".[详细]
2023-03-30 00:04 分类:问答bare bones MembershipProvider in sitecore
I\'m trying to implement a really really simple MembershipProvider for sitecore, but i\'m not sure if it\'s too simple to actually work. Basically we already have a custom store for user data so i kno[详细]
2023-03-29 20:58 分类:问答WCF web services, JSON and Membership/Roles issue
We write a WCF web service. How can we call it\'s methods in JSON format? An additional issue is how can we secure our web service开发者_高级运维s.[详细]
2023-03-29 13:31 分类:问答custom Membership fields disappearing?
I have added a custom profi开发者_运维问答le field named \'Relatiecode\' to my user profile according to the SDN developer guide. I have entered a value via the sitecore User Manager. More specificall[详细]
2023-03-28 17:05 分类:问答Excluding root of directory from Forms authentication
I am using ASP.Net forms authentication to secure a dir开发者_Python百科ectory called \"pro\". This is all working fine, however what we want to do is to exclude the root page within the directory - b[详细]
2023-03-28 14:09 分类:问答ASP Membership problem
I am doing examples from APRESS ASP MVC Book. And I get to membership. I follow example from the book, but I want to change to not have credentials in web.config. But I always get \'false\' from \'For[详细]
2023-03-28 11:50 分类:问答Problem with LogOn page loading inside div on membership redirection
I am using Membership Authentication in an MVC3 webapp. I make heavy use of jQuery and loadingpartial views inside divs and tabs. My problem is when the user has been inactive and is logged out and th[详细]
2023-03-28 02:32 分类:问答Custom membershiprovider validating succesfull but unable to GetUser()
Hello fellow Stackoverflow users, I\'m currently diving into WCF a bit and i\'ve currently setup a POC webservice which uses clientCredentialType=\"UserName\". Since we 开发者_开发知识库some unique w[详细]
2023-03-27 12:15 分类:问答MVC3 Membership Profile Conversion from ASP.NET
I am converting a web application from asp.net to MVC3 and am trying to figure out how to set and access the profile properties that were configured in the old application.[详细]
2023-03-27 09:33 分类:问答Can you use ASP.NET membership in your own database?
Is there another (preferable simpler) way of including membership tables in your own database other than writing your own开发者_如何学编程 provider?Of course you can deploy the MS membership provider[详细]
2023-03-27 01:05 分类:问答