Logon Box

  • Thread starter Thread starter Kenan Kilictepe
  • Start date Start date
K

Kenan Kilictepe

Hi,
I am sorry for such a simple question but it is an urgent issue.
I have a domain control and my Win2003 server is amember of domain, I want
to use Integrated Windows Auth. but when I connect to my asp.net 2
application it is still asking for username and password?
Why? The users must be able to connect without any username.

Thanks
Kenan
 
Kenan,


Are you sure the win2003 is a member of the same domain as the users? Can
you actually sign in using a user id (not Administrator) by filling out the
form? Will prove whether or not the users are from the right domain.

Are you being prompted with a popup dialog box or a web page? If a web page
then this could indicate that your web.config <authentication...> element is
not set correctly.

Regards,

Rob MacFadyen
 
Hi,

Thanks for answer.
I found the reason. IE was assuming that web server is not in local domain
so was not sending credentials. i added IP address of server to Local
Intranet list of IE.

Kenan Kilictepe
 
Back
Top