Browse by Tags

Related Posts

  • Asking users for data when they first sign in

    I would like to make my signup controls as simple as possible. I was thinking of getting users to fill out profile info (name, company) when they first login. How can this best be done - is there a way of finding out how many times a user has logged on, for example, which could be used to send the user...
    Posted to Security (Forum) by kreid on 11-01-2006, 12:00 AM
    Filed under: Profile, Security - membership, ASP.NET Membership, Role Provider, authentication, Authorization
  • training video problem....

    Hi. I have just been working through the ASP.Net 2.0 training video (Bob tabor : number 09 - Securing your Website with Membership and Login Controls) and have come across a problem. In the demo, towards the end, it shows you how to check that a user is a member of a Role. The code used is: - Protected...
    Posted to Security (Forum) by dbrook007 on 11-02-2006, 12:00 AM
    Filed under: FormsAuthentication, Authentication Redirect, security, membership, role, DestinationPageURL, role security authorization, Membership Role Provider authentication parameters, Security - membership, login control session variable, loginstatus control, ASP.NET Membership, login pages, FormsAuthentication authorization web.config, authentication authorization messages, Web.config, Role Provider, authentication, login usercontrol, FormsAuthentication userID, ASP.NET 2.0, Authorization, Loginview, login control
  • Re: Frustrating file access problem

    Hi, Yeah, sounds frustrating. First, if my shot in the dark doesn't help, try resubmitting your post - as once someone replies, the original post might be skipped by the person(s) that could help you with the best answer. I guessing that you are using Active Directory for the network authentication and...
    Posted to Security (Forum) by Brian27 on 12-01-2006, 12:00 AM
    Filed under: authentication, ASP.NET 2.0, Authorization
  • Re: Your login attempt was not successful. Please try again.

    I am aso having the same problem, please read the details below. I have a standard Login ASP.NET 2.0 control on a login Page, a LoginName and LoginStatus controls on the member's page. once the user login successfully I am redirecting the user to Member.aspx page. The following is my machine configuration...
    Posted to Security (Forum) by Muder on 12-03-2006, 12:00 AM
    Filed under: FormsAuthentication, Authentication Redirect, IIDentity, membership, Membership Role Provider authentication parameters, ASP.NET Membership, users, FormsAuthentication authorization web.config, authentication authorization messages, Web.config, authentication, ASP.NET 2.0, Authorization, login control, asp.net forms authentication shtml server side includes IIS, membership Provider createuser profile provider, Membership Update
  • Roles and SQL Server Access

    Hi, I am trying to dynamically assign roles after authenticating against the active directory. I would like to write Roles .AddUserToRole(txtUsername.Text, "staff" ); and the use the web.config file to only allow "staff" members to access a folder: < location path = " staff " > < allow roles...
    Posted to Security (Forum) by DavidKiff on 12-07-2006, 12:00 AM
    Filed under: FormsAuthentication, FormsAuthentication Active Directory, Authentication Redirect, role, role security authorization, FormsAuthentication authorization web.config, authentication authorization messages, Role Provider, authentication, FormsAuthentication userID, Authorization, RoleManagerModule bug
  • Code not working on IIS

    Hi, i am using the following sample code to show the existing Roles, but this code works only on ASP.NET development server ( http://localhost:2775/App/Default.aspx ), but when i am calling this application through http://localhost/App/Default.aspx , it does'nt work. string [] roles = Roles .GetAllRoles...
    Posted to Security (Forum) by sohaiil on 12-14-2006, 12:00 AM
    Filed under: ASP.NET, role, role security authorization, Security - membership, ASP.NET Membership, authentication authorization messages, Role Provider, authentication, ASP.NET 2.0, Authorization, RoleManagerModule bug, Curren User
  • Re: validation & security question

    I am not sure what your requirements are. Are you talking about the general security practices or ASP.NET based technical information? Well I can guide you through the general security concepts related to Login, Authentication etc. 1) Create the username and password. 2) Send the username and password...
    Posted to Security (Forum) by dacoolthings on 12-15-2006, 12:00 AM
    Filed under: authentication, Authorization, login control, login, encryption, password
  • How can I access the file system from aspx page without ASPNET user ?

    My aspx page implements a DLL (maded with VB6). DLL offer a method to search on file system, all TIF files. Each folder has its own security, and each user access to the folder where it has permission I set my site with windows integrated security, and add to my web.config the elements < identity...
    Posted to Security (Forum) by sebabittel on 12-20-2006, 12:00 AM
    Filed under: ASP.NET, Access is denied, authentication, Authorization, impersonate, Curren User
  • Login control not working

    Hi everyone, I’m having a problem with the Login control on my new web application. I don’t have much experience with ASP.NET 2.0 so I would appreciate if someone could take a look at this post and maybe suggest a solution. I have VS 2005 Professional Edition and in it I’ve created a simple web application...
    Posted to Security (Forum) by spiro on 12-26-2006, 12:00 AM
    Filed under: ASP.NET Membership, authentication, ASP.NET 2.0, Authorization, login control, login
  • Re: user.identity.name doesn't work on server

    I tried as u mentioned.. as making changes like below to my web.config and turning off the anonymous access. still it is poping up the username and password window. < system.web > < compilation debug = " true " /> < authentication mode = " Windows " /> < authorization > < deny...
    Posted to Security (Forum) by BhaveshPatel on 01-11-2007, 12:00 AM
    Filed under: security, users, authentication authorization messages, Web.config, authentication, Authorization, asp.net forms authentication shtml server side includes IIS, Access, User.Identity.Name
Page 1 of 5 (43 items) 1 2 3 4 5 Next >