>> > Hi all,
>>
[quoted text clipped - 40 lines]
> instead of my local machine. (serwers in one domain are trusting each
> other by default, doesn't they?)
Maybe, maybe not. You still need to let your domain administrator to make it
happen.
As alternative, you could specify a domain username/password in web.config,
so that there is no need fo user identity jump from user->web server->file
location, like this:
<identity impersonate="true" user="domainName\userName" password="Password"
/>
> I will post as soon as I get my hands on the serwer.
> Thanks again.
Anthony Jones - 12 Feb 2008 14:58 GMT
> >> "float" <marcin...@gmail.com> wrote in message
news:d646eddc-ba4e-44de-97f3-3ed0a95613c1@d21g2000prf.googlegroups.com...
> >> > Hi all,
> >>
[quoted text clipped - 26 lines]
> >>
> >> See:-
http://technet2.microsoft.com/windowsserver/en/library/b207ee9c-a055-...
> >> --
> >> Anthony Jones - MVP ASP/ASP.NET
[quoted text clipped - 17 lines]
> <identity impersonate="true" user="domainName\userName" password="Password"
> />
I wouldn't recommend that. Better to ensure servers are entrusted for
delegation as is appropriate (I'm sure there would be no objection to that).
This allows you to maintain better control over who has access to what using
standard windows security. It also doesn't require that a valid username
/password pair be stored in this way which would make any Administrator
nervous.

Signature
Anthony Jones - MVP ASP/ASP.NET
float - 12 Feb 2008 15:35 GMT
> > >> "float" <marcin...@gmail.com> wrote in message
>
[quoted text clipped - 67 lines]
> --
> Anthony Jones - MVP ASP/ASP.NET
Norman,
Thanks for your reply - I tried that a few days back, and it
worked :).
Unfortunately I can not use that solution for two reasons - both
mentioned in Anthony reply
(open user ID and pass, and above all access control to recources via
domain groups).
Hopefully I'll get access to test serwer tomorrow :) - I hope it will
work.
cheers
float - 17 Feb 2008 17:44 GMT
> > "Norman Yuan" <FakeN...@FakeEmail.Not> wrote in message
>
[quoted text clipped - 82 lines]
> work.
> cheers
Hello again,
Damned IIS 6.0 still doesn't work as expected. I got access to Win
2003 serv. with IIS 6.0 (all in Active Directory) - tried to configure
it to windows integrated security, and almost succeded :(. Almost make
difference... After a few days of googling and Microsoft Tech.
searching I was able to launch a simple htm page. However when I try
run any .aspx page I got prompt for user and pass and then (after 3x)
"HTTP error 401.1 Denied by invalid user credentials". The strange
thing is I got this error even when trying to launch aspx page that
does not exists (?)...
To be honest I've just gave up. I've asked for help one of our AD
admins - we'll see what happens, but if he fails than 2 weeks of my
work is wasted.
Cheers.
float - 17 Feb 2008 23:01 GMT
> > > "Norman Yuan" <FakeN...@FakeEmail.Not> wrote in message
>
[quoted text clipped - 97 lines]
> work is wasted.
> Cheers.
Forgot to say that I tried MS troubleshooting:
http://support.microsoft.com/kb/907273 - but no luck... :(