We have two domains (trusted), Domain A (where DNN is installed and configured) and Domain B. DNN is hosted on Windows server 2003 + all updates.
All users of domain A can access DNN without issues. I am trying to get a user from Domain B to access the site hosted on IIS.
I have added domain B users to the server, Enable Anonymous access is ticked so is integrated windows authentication.
So far no luck in getting a user from Domain B to view any pages. The last couple of lines from the sites log are
2010-12-14 15:27:48 W3SVC1 192.168.1.10 GET /accounts - 80 - 192.168.2.2 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729;+CMDTDF;+.NET+CLR+1.1.4322;+.NET4.0C;+.NET4.0E) 301 0 0
2010-12-14 15:27:48 W3SVC1 192.168.1.10 GET /accounts/Default.aspx - 80 - 192.168.2.2 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729;+CMDTDF;+.NET+CLR+1.1.4322;+.NET4.0C;+.NET4.0E) 302 0 0
DNS is setup and i can ping the server from domain B. As a test we have another site on the same server but this site can be viewed by all users including users from domain B.
Could anyone provide step by step instructions on what i need to do in order to get this working?
Thanks