Problems! WinNT Client -> WinXP Web Server -> Win2000 File Server

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Problems! WinNT Client -> WinXP Web Server -> Win2000 File Server

    Hi everyone,

    I have an WinXP Server and an ASP.NET application that access files in a
    third machine, Win2000 Server. I am using Windows authentication,
    impersonating the user and it works fine when the client is WinXP as well.
    But it doesn't works when the client is a NT machine.

    I previously had a problem in accessing this files on the server but i
    solved turned on the delegation for the Web server machine.

    But now, with the NT client it seems I am having the same problem I had
    before, without the delegation settings.

    Help me.

    Thank you very much,

    Fabrício


    Fabricio Sperandio Guest

  2. Similar Questions and Discussions

    1. SMB File Server with Mac Indesign Client
      I would like feedback from any users who have had experience in a network environment where the protocol is SMB on the server side, running a Mac...
    2. Win2003 Terminal Server-client access problems
      I am running Windows2003 server with Terminal Server installed. I have an application on the server which I want clients to access (use) through...
    3. Win2003 cann0t access winnt server, same domain
      OK this is a strange one THE NETWORK I use to have 2 NT 4 server. in this small network 1 - I installed a new server ( a third machine)...
    4. Save a file on the Server from Client
      Hi All, I want to be able to save a file from the client's PC on the server. The tricky part is the aspx page is never actually seen by the...
    5. Oracle Client 8i 1.7 installation on Windows 2000 Advanced Server - Net 8 problems
      Try seeing if you already have a tnsnames.ora in the ORACLE_HOME\network\admin directory. Delete them if so. And then try again. Regards HJR ...
  3. #2

    Default Re: Problems! WinNT Client -> WinXP Web Server -> Win2000 File Server

    Windows NT does not support Kerberos Authentication by default. Only
    Kerberos is delegatable. Windows NT will use NTLM v2 by default, which you
    can't delegate in a Windows 2000 environment.

    If you have Windows 2003 Domain, then there is something call Protocol
    Transition, which means that the client can authenticate to the webserver
    using NTLM v2, or Digest etc, and IIS can get a Kerberos ticket to contact
    the remote server. But this is not possible in a Windows 2000 environment.

    Cheers
    Ken

    "Fabricio Sperandio" <fabricio@masonichomes.com.au.invalid> wrote in message
    news:Ob$ST02GEHA.2416@TK2MSFTNGP12.phx.gbl...
    : Hi everyone,
    :
    : I have an WinXP Server and an ASP.NET application that access files in a
    : third machine, Win2000 Server. I am using Windows authentication,
    : impersonating the user and it works fine when the client is WinXP as well.
    : But it doesn't works when the client is a NT machine.
    :
    : I previously had a problem in accessing this files on the server but i
    : solved turned on the delegation for the Web server machine.
    :
    : But now, with the NT client it seems I am having the same problem I had
    : before, without the delegation settings.
    :
    : Help me.
    :
    : Thank you very much,
    :
    : Fabrício
    :
    :


    Ken Schaefer Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139