Thanks, Anthony.
Ok the requirement is something like this -
All our websites are Intranet sites and within one domain.
Now there is a website which allows anonymous acess to users.
This website will have a custom login page which will take the NT
credentials from the user (like domain, user name , password).
It will then redirect the user to the sites, user wish to visit.
Now all this sites have a windows logon authentication enabled (default IIS
authentication).
Now we should be able to pass these credentials to these sites so that user
should not get the IIS authentication pop up box.
Hope this gives more clearer picture.
Thanks once again.
Best Regards,
Parag
"Anthony Jones" wrote:
>
"Parag Gaikwad" <Pa**********@discussions.microsoft.comwrote in message
news:F4**********************************@microsof t.com...
Anthony, Thanks for the response.
Yes the custom login page is in another website which has anonymous
access.
The requirement is - The user should use the custom login page to enter
credentials to access this website which requires Windows Logon.
I hope this gives clear picture of what I want to acheive.
Barely.
Are the two servers on the same domain or in domains that can trust each
other?
Are you trying to pass through requests from the client to the other server
(the one requiring windows logon)? OR will the client be redirected
somehow to this server?
Do you intended to enforce HTTPS on the custom login page?
Thanks and Regards,
Parag
"Anthony Jones" wrote:
>
"Parag Gaikwad" <Pa**********@discussions.microsoft.comwrote in
message
news:6E**********************************@microsof t.com...
Hi All,
We have a requirement where we have to develop a custom Login Page
which
will accept user's NT credentials ( Username , password, domain name).
This then needs to be passed to a website which uses Windows
Authentication
>
This slightly ambigous, are you developing ASP which inturn talks to
another
web site that requires Windows Logon?
>
Now my question is how do we pass these credentials to IIS in classic
ASP?
Would appreciate any help/pointers on this.
>
Turn off anonymous access and ensure Windows integrated access is on.
>
>
>
>