I tried the same publishing to IIS 6.0 scenario but wasn't able to reach as far as you did. In my case I got 500 Internal Server Error from a separate IE browser.
I have a space named \\project_a\Alfresco\Users\agssite\Published, visible via CIFS using user agssite.
I've setup a virtual folder on a IIS 6 foderl linked to the above CIFS path, using connect as agssite. In IIS 6 MMC console I can see the content of the CIFS "Published" folder but when I navigate to it through IE browser I get HTTP Error 500 - Internal server error.
——————————————————————–
Some logging info for scenario 1:
1) After I open the "Published" virtual folder from IIS MMC
19:08:02,422 DEBUG [alfresco.smb.protocol] [SMB] Winsock NetBIOS session request
received, caller=[MARS:WorkStation,Unique,]
19:08:02,453 DEBUG [alfresco.smb.protocol] [SMB] Waiting for Win32 NetBIOS sessi
on request (Winsock) …
19:08:02,453 DEBUG [alfresco.smb.protocol] Server session started
19:08:02,453 DEBUG [alfresco.smb.protocol] Negotiated SMB dialect - NT LM 0.12
19:08:02,562 DEBUG [alfresco.smb.protocol] Assigned protocol handler - org.alfre
sco.filesys.smb.server.NTProtocolHandler
19:08:02,578 DEBUG [alfresco.smb.protocol] NT Session setup from user=agssite, p
assword=8f236d9cc2fb84ff2df5418f4b33755f064e29065fa1368d, ANSIpwd=8f236d9cc2fb84
ff2df5418f4b33755f064e29065fa1368d, domain=ALFA, os=Windows Server 2003 3790 Ser
vice Pack 1, VC=0, maxBuf=61440, maxMpx=4
19:08:02,578 DEBUG [alfresco.smb.protocol] MID=10056, UID=0, PID=65279
19:08:03,656 DEBUG [smb.protocol.auth] Authenticated user agssite sts=Allow via
MD4
19:08:03,672 DEBUG [alfresco.smb.protocol] User agssite logged on (type Normal)
Seems OK until now
2. Now Browse the "Published" web site
a. no logging info from alfresco, it looks like IIS does not even reach to CIFS server
b. IE says
HTTP Error 500 - Internal server error.
Internet Information Services (IIS)
c. IIS log says:
2005-12-15 17:09:59 W3SVC1 127.0.0.1 GET /intra/published - 80 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322) 500 16 1326
——————————————————
Could someone figure it out what the problem is?
Many Thanks in advance!