Hello,
I'm back - one more time -on this post... Of course, I have a new problem.
After our discussion, I have mixed-mode identification perfectly functionning... on my test server.
Now, I'm trying to do the real installation, on the production website.
The main difference is the OS. I have a Win2k3 on the test server and Win2K on the produciton server (I know, it's strange... but it's my situation).
I make exactly the same config on the production server than the test server and I have a new problem when I try to activate the Windows authentication on my portal.
I think I found the problem, but I don't see any solution
The problem is the connection between my server and the domain controler. I receive a "Logon failure: unknown user name or bad password" in DNN's Event viewer.
When I look in the Domain Controler Event viewer, I have the following record :
Logon Failure:
Reason: Unknown user name or bad password
User Name: ASPNET
Domain: SERVEUR5
Logon Type: 3
Logon Process: NtLmSsp
Authentication Package: NTLM
Workstation Name: SERVEUR5
I understand that the request to the Active directory is done by the ASPNET user of the server hosting the DNN portal.
Of course, this user is not known on the DC.
Is it possible asking to the framework .NET (or the DNN Portal) to work with another user ? And if the response is Yes... how ?
Thank you in advance.
Etienne