Browse by Tags

Related Posts

  • Getting windows log on prompt from the code

    Hi, I have a Asp.net website with a aspx page. When the user has not logged in(anonymous user) some set of information will be rendered to user with “Log On” button. When the user logs in, customized information will be shown with “Log Out” button. But I need to use windows authentication with the built...
    Posted to Security (Forum) by MrGenius on 05-15-2009, 12:00 AM
    Filed under: security, ASP.NET, authentication, windows
  • Re: The authentication header received from the server was 'Negotiate,NTLM'.

    Has same issue too, resolved by changes: IIS: Enabled Anonymous access (username and password of domain user) Enabled Integrated Windows authentication app.config: <basicHttpBinding> < binding name= "SPFilesAccessServiceSoap" closeTimeout= "00:01:00" openTimeout= "00...
    Posted to Security (Forum) by sedgar on 05-11-2009, 12:00 AM
    Filed under: Negotiate, NTLM, security, serviceModel, authentication, exception
  • Intermittent username/password prompt with Windows Integrated Authentication

    I have an intranet ASP.NET 2.0 web app running on a Win 2003 SP2 server running IIS 6.0 that gives intermittent and, as yet, un-reproduceable username/password prompts for some of our users. I'm using authentication mode="Windows" in my ASP.NET app and Integrated Windows authentication...
    Posted to Security (Forum) by Mundo on 12-23-2008, 12:00 AM
    Filed under: passing credentials, security, <IIS><Subdomains>, active Director roles authorization, Active Directory, AD, asp.net 2.0, asp.net Security, authentication, authentication problem, credentials, Cross Application Authentication and Session, IIS 6, IIS 6.0, Integrated Authentication, Integrated Windows Authentication, intranet authentication WindowsIdentity, windows authentication web.config, login problem, <asp.net>, "Security", activedirectoryMembershipProvider., windows authentication, ASP.NET Authentication
  • Windows authentication with sql server problem

    Hi guys, I have to build a login form where the users have to login using their user name and date of birth. The date of birth has to be chosen from three dropdownlists. It is an internet based web application. I have been directed to use Windows authentication for that. The user credentials are stored...
    Posted to Getting Started (Forum) by spillbean on 09-12-2008, 12:00 AM
    Filed under: security, login application, windows authentication, Authentication, SQL Server 2005
  • ApplicationID differs on 2 development computers

    Hi I'm writing an ASP.Net 3.5 website using VS 2008. I have a remote SQL Server setup, that has all the membership and role tables setup already. When I worked from home, I was able to login to the website, but today, when I brought it to work (different computer, but still with VS 2008), I couldn't...
    Posted to Security (Forum) by GrimStoner on 04-29-2008, 12:00 AM
    Filed under: Role Provider, security, SQL 2005 Express or Standard, ASP.NET 3.5, aspnet_Users, authentication, credentials, Forms authentication, logging in, membership, database online
  • Re: Windows Authentication with custom, web-based roles

    First, alter the web.config file accordingly: 1 < system.web > 2 < authentication mode= "Forms" > 3 < forms name= ".YOUR-SECURE-COOKIE-NAME" loginUrl= "login.aspx" protection= "All" timeout= "9000" path= "/" /> 4 </ authentication...
    Posted to Security (Forum) by isheahan on 03-18-2008, 12:00 AM
    Filed under: security, authentication, C#, role base security
  • How to set/update LoginUrl of form based authentication?

    Hi, I have created a web application in which i have two logins, for this I have two different login pages created, now my application is having one root web.config file where I can set the any one loginUrl, but what i can want it is, when user enters in the AREA1 then he should redirect to login page1...
    Posted to Security (Forum) by meetpravin123 on 02-18-2008, 12:00 AM
    Filed under: return Url, security, authentication, loginUrl, form, login, form based authentication
  • Differences between Authentication Practices

    Hello to all What is the difference between the following two athentication approaches. The first is on Page_Load event (apparently on every page of the web application) if (User.Identity.IsAuthenticated == false) Server.Transfer("Login.aspx"); and the second is through web.config <authentication...
    Posted to Security (Forum) by gnout on 12-12-2007, 12:00 AM
    Filed under: security, authentication
  • Active Directory & SQL list of users with managers and managers with users

    I have been tasked with some authentication/access items and know there is an easy way to do this within AD but don't know where to start. What I have set up is a OU called Test Users within an OU called Sales within our main domain. Within the OU=Test Users there are several security groups having...
    Posted to Active Directory and LDAP (Forum) by b471code3 on 12-04-2007, 12:00 AM
    Filed under: Security, sql database ad, Active Directory, ActiveDirectory ADAM, ActiveDirectoryMembershipProvider, AD, AD LDAP, ADAM, ADSI, ASP.Net, authentication, authorization, Authorization Manager
  • Reset password direction requested...

    I have inherited an ASP Reset Password application for a help desk. I have coded a few vb.net console apps to maintain AD accounts but have little experience with ASP programs. My task is to provide better authentication while reducing the amount of logins required to reset a user's password. The...
    Posted to Security (Forum) by seidensc on 10-31-2007, 12:00 AM
    Filed under: ResetPassword, security, System.DirectoryServices, user authentication, Active Directory, Active Directory Membership Provider, ActiveDirectoryMembershipProvider Membership Authentication Configuration, asp, ASP.NET 1.1, ASP.NET 2.0, Asp.net identity, authentication user management forms blog, Authorization, Forms authentication, FormsAuthentication, impersonate, impersonate impersonation web.config, impersonation, windows authentication forms authentication, Web.config, ASP.NET Authentication, authentication
Page 1 of 4 (37 items) 1 2 3 4 Next >