One thing to do with FirefoxIn your browser typeabout:configscroll down to:network.negotiate-auth.trusted-urisedit that and set it to all the possible names for your server (comma separated) , server,server.mydomain.co.com,1.2.3.45restart FF
just a shot in the dark.. Another thought is what happens if you remove the preview (tmp) file after the first preview.. where it usually would work the 2nd time.. maybe it can't get to the file (for permissions or some other reason) and the prompt is more like from an odd 404/403 redirect or something wierd like that.. ..
Plus I have TSIMP as the anonymous user for both default web site and iwmount.Both have only integrated windows login checked and anonymous
That's what I seem to have here - which I thought was right.
just a shot in the dark.. but what does iwproxy in debug mode report.. since the request does pass thru the iwproxy (I remember when trying to debug my cannot preview issue, and would see the requests going thru).. that should report some header/request info.. so maybe you can see what its actually trying to request..
another thought is a cross-domain issue.. like (http://ts-server.do.main vs. http://ts-server) not sure if your post showed it using both of them.. which maybe TS is getting confused for some reason, like its not fully qualified in some config, but is in others..
Another thought is what happens if you remove the preview (tmp) file after the first preview.. where it usually would work the 2nd time.. maybe it can't get to the file (for permissions or some other reason) and the prompt is more like from an odd 404/403 redirect or something wierd like that.. ..
How does IIS itself behave ? If you browse through port 81 and click on a file ? Are you using any special proxy settings ? I think you said no. Change your links to relative links (if they are not already) that should bypass iwproxy
Can you check the status of the TSIMP account ? I have seen it get locked because of screwed up security policies
Another thought is what happens if you remove the preview (tmp) file after the first preview.. where it usually would work the 2nd time.. maybe it can't get to the file (for permissions or some other reason) and the prompt is more like from an odd 404/403 redirect or something wierd like that..
I'd like to avoid changning the link specifications in the HTML file except as a last resort (because if that is the issue - I'm going to have a **** of a time fixing every one of their existing HTML files ... and it just doesn't seem to me that it should be the source of this random-behavior problem)
yeah.. I realized after that we were not talking about the DCR preview.. for this one.. :-)as for http://ts-server.do.main vs. http://ts-server.. the only reason I mentioned it is sometimes DNS can treat it differently, a hosts file entry, a wierd route in the tables.. and not sure if IIS could see it as a totally different site (i.e. the "default" site, vs a named site for example) .. I wonder if you just use http://ts-server (instead of http://ts-server.do.main) as a try, if you get any different results.. since based on your post your using http://ts-server.do.main.. technically you should be able to see the request (and rejection of login attempt{s}) is the IIS logs too I would think.. to at least know that under either circustance.. IIS is seeing it at the correct path.. Maybe turning on logging in IIS.. and checking the requests/errors might show something.. if there are multiple "websites" there, turning on default as well.. to see if its somehow getting requests.. if IIS is bound to IP's.. what happens if you try going via the IP.. any differences?
I see one of those suggestions was same as mine, remove the integrated authentication check.
Also - and I just noticed this right now - it appears the hostname was changed on this machine sometime after IIS was originally configured - because the IUSER account is "IUSER_WEBCONDEV" whereas the TSIMP account (which corresponds with ipconfig /all) is TSIMP_WEBCONPRD - sigh)
I see one of those suggestions was same as mine, remove the integrated authentication check.Did you try it ?
this was "sort-of" mentioned in the other thread... not 100% the same but probably worth looking at..http://support.microsoft.com/kb/327753http://support.microsoft.com/kb/297080http://kbalertz.com/312176/Heavy-Authentication-Traffic-Occurs-Between-Internet-Explorer-Proxy-Server.aspxhttp://www.experts-exchange.com/Software/Server_Software/Web_Servers/Microsoft_IIS/Q_21139941.html
also.. here is another thing that I saw on the support site.. only reason I mention it is because of thishttps://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=5772its description sounds like your issue too.. since it uses the word sometimes:When you try to preview a file in TeamSite, sometimes you may be prompted for Windows basic authentication.seems to say that "The TSIMP_ user needs to be manually deleted and then recreated and the password (blank or otherwise) must be updated since you will now need to add TSIMP_ user to the account allowed for anonymous access in IIS."
Are you sure about that article reference?I just tried to search for "5772" on the Support site and wasn't able to find anything - perhaps you meant 57728 ?I looked at that - and I deleted the TSIMP account, recreated it (had to give it a password, won't let me create it without one) - ended up using tspostreboot.pl, re-added the account to the TSWebPreview account, restarted IIS, restarted iwproxy (even though my current tests aren't going through there) - I notice that in the IIS settings, the IWA setting is now not checked (last time I was in there, I'm pretty sure I had it checked) - so tspostreboot.pl must have removed that check.It doesn't work at all - so I check the IWA setting and it's back to where I started.I'm wondering if the fact that I decided to use "TSWebPreview" instead of "TeamSite Web Preview" for my webserver_group is causing the issue - I noticed that when I did the installation of TS it created the latter even though I had specified the former in the iw.cfg before ever rebooting - sigh, I may have to go through and fix permissions on every branch, workarea, directory, and file if that's the case.
Authentication popus up randomly when using Windows Integrated Auth.Zone: Microsoft IIS Web Server Tags: authentication, popus, integrated, windows Here's the situation:We had to re-build a crashed Exchange / IIS server (Windows 2000 Server SP4) recently and restored all the documents and data, but none of the IIS or Windows settings. We set up IIS with its default settings, installed our security certificate, and changed authentication to ONLY use Windows Integrated Authentication. For the most part, this works fine like it did before the crash - the user's domain login is passed to IIS and scripts like ASP can read it and the login also gets written to the IIS logs.Users are now reporting that they are occasionally getting an authentication pop-up (and we're able to see a matching 401 entry in the IIS logs and the domain login spot is empty). If they close out of everything and go back in, usually everything works again, but it's annoying. Plus, this MAY be related to a similar problem with Exchange - a couple of users are reporting that Outlook randomly pops up with a login box and freezes Outlook - the login box can't be cancelled.So I'm wondering if these are two separate issues or if there's some bigger central issue (maybe with security policies or Kerberos or something?). Any pointers would be helpful. Thank you!- Jonathan
gr8gonzo:Okay, here was the solution to the problem after calling Microsoft - they had me disable the Kerberos/Negotiate authentication protocol, which forced the server to use NTLM security:1. Go to the server and go to the command line.2. cd into the Inetpub\Adminscripts directory, like this: cd c:\inetpub\adminscripts3. Then run this command: cscript adsutil.vbs set w3svc/NTAuthenticationProviders "NTLM"4. Restart the server.- Jonathan
also.. and on the expert exchange (which I did not seem to need to login to see, just scrolled down to the bottom since I did not reg either).. here was the comment.. which is why i mentioned it.....here was the reply back from him.. seeing like he spoke with MSFT....in the Release Notes for 6.7.1sp1.. they also talk about the same adsutils.vbs script.. not related to your issue.. but related to IIS and no longer serving ASP's after running tspostreboot.ipl (issue 72869)and again.. I know this is a shot in the dark.. but figured any out of the box thinking might help (well with me anyway)
yeah.. sorry ArticleID=57728can you create a group within a group (I'm more or a UNIX guy, so not as sure with windows).. to cover "both" the webserver_group you wanted.. and theirs.. or just add your group the their group and vice-versa (assuming its even the issue).. instead of touching every branch/WA/Dir ??