Ramblings from the Creator of WilsonDotNet.com
Thanks Paul. "domain name and the server name"
whoa! Thanks for the heads up, Paul. I just installed a test run for some software I finished a few months ago onto an end-user's computer (into IIS) and held my breath for a second while I remembered his computer name has a *dash* (-) not an *underscore* (_)...whew! Um, maybe I should click thru that link you got up there just to make sure.:)
This is not the first IE security fix that screws up the way IE works (KB 814458 for another example). I suspect these security patches are rushed out without properly evaluating the negative implications: in this case surely it would have been possible to allow underscores without compromising security. I understand that security is *the* priority, but that doesn't preclude making sure the fixes don't break existing apps.
What a wonderful bit of esoteric information! :-) Thanks, it was fun to read this post.
Paul - I fought that problem for SIX months. It happened with an I.E. upgrade and is only related to INTRANETs (ok on www). I could not get to the bottom of it because there was no pattern on why some machines at my client site were having the problem and others weren't. Oh, and it was with an ASP app which I had written in mid-2001. The problem started in maybe late spring of 2002. Finally I had the brilliant Chris Kinsman at my house when he was speaking at the user group (Oct. 2002) and I asked if he could look at the problem for me. He tried a few things, googled the CORRECT queries and found the answer that had evaded me for so long. So congrats for figuring it out all by yourself and very quickly too!
What though if it is not practical to change the name of the computer or server? Is there another way round this fmercer@blueyonder.co.uk
I didn't find a work-around, other than using localhost. I suppose you could use DNS to setup some other recognized names.
I don't think you can blame MS on this one, but the IETF: Quote from RFC2821: To promote interoperability and consistent with long-standing guidance about conservative use of the DNS in naming and applications (e.g., see section 2.3.1 of the base DNS document, RFC1035 [22]), characters outside the set of alphas, digits, and hyphen MUST NOT appear in domain name labels for SMTP clients or servers. In particular, the underscore character is not permitted. SMTP servers that receive a command in which invalid character codes have been employed, and for which there are no other reasons for rejection, MUST reject that command with a 501 response. This probably also should be true for all DNS names. My guess is that MS conformed to this standard. Reinhard
I had a similar issue and was stuck with it for more than one month.. I had no clue what was going on, since the IIS and DNS settings were correct.. infact I turned off the antivirus software too.. Anyway I was able to wrap my proj, only after I went thru ur blog.. Thanks a lot for this information. - Senthil Babu