Ask a Question related to ASP.NET Security, Design and Development.
-
Fabricio Sperandio #1
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
-
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... -
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... -
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)... -
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... -
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 ... -
Ken Schaefer #2
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



Reply With Quote

