Search

You searched for the word(s): userid:680739

Matching Posts

  • Re: Current Logon user for SQL statement

    1- Your IIS site should be configured for Windows Authentication 2- Your application's web.config file should allow impersonation with Windows Authentication by inserting these lines < authentication mode = " Windows " /> < identity impersonate = " true " /> Hope this helps. Ed
    Posted to Security (Forum) by ethebaud on 9/18/2006
  • Re: Master Page User.Identity.Name problem

    Much thanks. Both suggestions worked. Ed
    Posted to Security (Forum) by ethebaud on 9/18/2006
  • Master Page User.Identity.Name problem

    Hello I've written some code to check information based on the authenticated user. The following code works on an ASPX page load but fails when I move into a Master Page. Specifically, the error is " Compiler Error Message: BC30451: Name 'User' is not declared." Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load ' Get & split Domain user Information Dim strDomainUser As String = User.Identity.Name .... Any help would be appreciated
    Posted to Security (Forum) by ethebaud on 9/13/2006
Page 1 of 1 (3 items)