Results 1 to 3 of 3

Thread: [RESOLVED] Username not working on server

  1. #1

    Thread Starter
    Fanatic Member staticbob's Avatar
    Join Date
    Jan 2005
    Location
    Manchestershire, UK Cabbage: I do
    Posts
    619

    Resolved [RESOLVED] Username not working on server

    OK guys,

    Why isn't this working when I deploy my app onto a live server ? It works fine on my local machine ?

    lbl_username.Text = User.Identity.Name

    Cheers
    Bob

  2. #2
    Fanatic Member VBKNIGHT's Avatar
    Join Date
    Oct 2000
    Location
    Port25
    Posts
    619

    Re: Username not working on server

    If you want authenticated request to obtain the user's actual identity, you need to deselect the Allow Anonymous with IIS.

    If a post has helped you then Please Rate it!

  3. #3

    Thread Starter
    Fanatic Member staticbob's Avatar
    Join Date
    Jan 2005
    Location
    Manchestershire, UK Cabbage: I do
    Posts
    619

    Re: Username not working on server

    Thanks mate, that did it.

    Bob

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width