asp.net-membership
Forms Authentication using WCF ServiceHost or Endpoint
I\'m writing a WCF service for an ASP.NET site.I would like to protect my service.svc file so that it cannot be accessed. As a result, I am putting it in a Forms protected folder, like so:[详细]
2023-03-26 14:39 分类:问答Sitecore authenticate users against external membership database
I have a Sitecore site where I want to have website visito开发者_StackOverflowr accounts stored in an external asp.net membership database but keep Sitecore content editors/admins managed via the Site[详细]
2023-03-26 03:13 分类:问答What do the ASP.NET Universal Providers enable that the default sql providers don't?
Inside the readme file of the ASP.NET Universal providers NuGet package is this quote The SqlMembershipProvider, SqlRoleProvider, SqlProfileProvider classes that shipped in ASP.NET through version 4[详细]
2023-03-26 00:43 分类:问答ASP.NET How do you dynamically deny access to Role
I recently starting trying to use the ASP.NET 4 Membership and Role providers in my web applications. But I\'m having problems implementing a good security methodology.[详细]
2023-03-25 16:26 分类:问答How to testing Authorize Attributes with Roles in .net MVC 3?
I\'m have that Controller: [Authorize(Roles = \"Administrator\")] public class ApuradorController : Controller[详细]
2023-03-25 14:41 分类:问答Possible to use aspNetActiveDirectoryProvider and aspsqlProfile Provider combined?
Could anyone please provide me with guidance on whether it\'s possible to use aspNetActiveDirectoryProvider for Authentication and aspsqlProfile Provider to store user specifi开发者_运维百科c details?[详细]
2023-03-25 12:29 分类:问答Problem with Profiles in ASP .NET
I made an ASP .net application which use the asp .net login system. I use the a class which gets some details of the logged in user such as Name, address etc. In the page that the user can change his[详细]
2023-03-24 09:06 分类:问答Users cannot log in anymore - asp.net membership provider with mysql
I am using asp.net membership provider with mysql and iis7, and had no problem for a long time with users logging in. But now suddenly users can\'t log in. I\'m not sure what happend. Some points of i[详细]
2023-03-24 02:00 分类:问答Creating an equivalent HTML web application to an existing LightSwitch application
I have a LightSwitch customer-order management application. The customers can login and only view their orders. I\'m trying to create a similar web app but not sure what route to take - ASP.net...etc.[详细]
2023-03-24 01:27 分类:问答Asp.Net Default aspnetdb.mdf
When you create a new ASP.NET project with membership it creates the default connection string for ApplicationServices as follows:[详细]
2023-03-23 16:35 分类:问答