Browse by Tags

Related Posts

  • Custom Membership Provider - Implementation Question

    Hi all, I started implementing a Custom Membership Provider that would keep all membership data in one table, would have only one user class and also would have the data layer managed by an ORM (Telerik ORM) for easy porting from one project to another. I researched this topic and found a couple of sample...
    Posted to Member Management Component (Forum) by rdalv on 04-28-2009, 12:00 AM
    Filed under: security, custom membership provider, membership provider, Membership, membership api
  • Coding user class best practice

    I am implementing a custom user class, which is as follows: public class User { public MembershipUser ... public UserSecurity ... public ParentUserId ... public virtual void Save() { ... } public User( string username) { // Load the membership user up } ... } I am then needing to extend the user class...
    Posted to Security (Forum) by mickyjtwin on 02-04-2009, 12:00 AM
    Filed under: security, ASP.NET Membership, asp.net Security, membership
  • Using membership userid in a sql string

    Hi, For a school project I'm creating the contactpage of a website using the Google Maps API. Now I want to mark the location of the company and the location of the logged in user. so I can highlight the route from their home to the , in this case, the theatre. We used the standard server control...
    Posted to Security (Forum) by Disasterke on 12-03-2008, 12:00 AM
    Filed under: security, sql connection, membership
  • Re: Protecting multimedia files on a webserver

    [quote user="andikeep2580"]2. Would you recommend using a membership control approach which looks quite straightforward using VWD[/quote] Hi, I would like to suggest option 2, implement asp.net security, membership and role management. Probably FormAuthentication; then create a folder within...
    Posted to Web Forms (Forum) by ASP.NET Dev on 11-27-2008, 12:00 AM
    Filed under: Security, and role management, Membership
  • membership and roles half working

    Hi there, I ran the ASP.NET Web utility and setup my membership and roles. Then i registered my database to store all the user information. Now i've moved my project to another machine and i'm finding that when i start my project it take me to login.aspx. But if i just type in the url of another...
    Posted to Security (Forum) by mongoose_za on 11-19-2008, 12:00 AM
    Filed under: security, membership
  • Re: Problem with Membership API

    Well i tried the default membership tag. But its gives me this. One thing more i am using role management also. Could not find the specified membership provider. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information...
    Posted to Security (Forum) by rmsohaila on 09-08-2008, 12:00 AM
    Filed under: security, session, cookie problem, Membership API, login problem, membership
  • Re: Problem with Membership API

    < asp : Login ID ="Login1" runat ="server" DestinationPageUrl ="~/adminpanel/welcome.aspx" FailureAction ="RedirectToLoginPage" RememberMeSet ="False" DisplayRememberMe ="False" BackColor ="#F7F7DE" BorderColor ="#CCCC99"...
    Posted to Security (Forum) by rmsohaila on 09-08-2008, 12:00 AM
    Filed under: security, session, cookie problem, membership, Membership API, login problem
  • Problem with Membership API

    Hi Guys, I have a login control in ~/adminpanel/default.aspx having destination page url: ~/adminpanel/access/welcome.aspx. Now when i do login from default.aspx it sucessfully redirect me on welcome.aspx but the LOGINNAME , LOGINSTATUS controls donot shows the name and status. Here is my web.config...
    Posted to Security (Forum) by rmsohaila on 09-08-2008, 12:00 AM
    Filed under: security, session, cookie problem, membership, Membership API, login problem
  • Problem with ASP.NET Membership Control

    Hi Guys, I am using default settings for asp.net membership controls, currently i have single users in membership asp.net configuration (admin) My URL is Displaying like this: http://iserver/bcrane/ (S(0oc4x5jswj1pag55uzchjy45)) / adminpanel/access/ManageContents.aspx -------------------------------...
    Posted to Security (Forum) by rmsohaila on 09-08-2008, 12:00 AM
    Filed under: security, session, Membership, membership api, login problem, cookie problem
  • Membership Problem When I Made The Switch To .NET 3.5 and Server Changed To IIS 7.0

    I have recently tried to make the switch over to .NET 3.5 and use IIS 7.0 and I am experiencing the following error, which I was hoping someone could help me pin down what I need to do to allow membership to work (e.g. web.config changes, changes to the membership schema that occur when using ASP.NET...
    Posted to Security (Forum) by jon333 on 09-03-2008, 12:00 AM
    Filed under: security, .net 3.5, membership
Page 1 of 5 (44 items) 1 2 3 4 5 Next >