I just finished the walkthrough for building the n-tier application called
the WebAuthorsClient. The app uses the demo database PUBS which is running
under SQL Server. It works fine on my local (XP) machine. I have a second
machine (Win95) that I try to access this web application from (via IE) and
a login screen pops-up on the Win95 screen that requests username, password
and domain. I enter the correct values for the XP account (it has no
password), but it doesn't seem to be authorizing me. I have the application
authentication set to use SSPI, and I have impersonate set to true in the
web.config. What's confusing me is that I have a second web application (a
simple login screen) that works just fine on the Win95 box, but the settings
for its directory allow anonymous login. For the WebAuthorsClient, I
disabled anonymous login (because the walkthrough said to) and so now I get
that login screen. I assume I cannot set the anonymous login back to
enabled for reasons of the db login. What are my options for getting this
web app talking to external machines?

TIA,
Gary