Youda man I'm actually trying to host a website on a server and redirect in iis to a share on another server ie \\server2\share<file:///\\server2\share>
I think with the ntlm permissions its not going to work unless i go with digest or anonymous which i sure as hell don't want to. The simplest way i can figure it is to setup the website on server2 and use ntlm that way.. What i am really trying to is give users access to their home drives through IIS. Maybe IIS is not the best way to do it, but i haven't looked at other products yet. If anyone has any better solutions i'm all ears Greg From: Ken Schaefer [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 March 2008 12:58 PM To: NT System Admin Issues Subject: RE: IIS 6 Redirection What do you mean by "redirect"? Are you just trying to map a virtual directory on the IIS server to a UNC share on another server? If so, this is called "UNC Pass Through Authentication" http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/webapp/iis/remstorg.mspx and http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/9b908f1e-8c17-4cc1-ac61-ffd0df854950.mspx?mfr=true should answer your questions. Or are you trying to actually "redirect" the user via a HTTP redirect status? If so, then that's not going to work. Cheers Ken From: Greg Mulholland [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 March 2008 11:36 AM To: NT System Admin Issues Cc: Steve Moffat Subject: IIS 6 Redirection Anyone ever done iis redirection to a share on another server. If the share resides on the iis server itself it works a treat. if the share resides on another server it fails. acls on the shares and ntfs are the same but when i redirect to the other server i get multiple logon prompts and then a 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource. I seem to remember having a similar issue once before and cant remember ever solving it. Anyone have any ideas i would appreciate. Thanks Greg ~ Upgrade to Next Generation Antispam/Antivirus with Ninja! ~ ~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm> ~
