Integrated Windows Authentication

H

Hriday

Hi there..

I have made a web applicatoin using ASP.NET which works in
a domain based network. I have used Windows Integrated
Authenicaion to authenticate users.
My Case is :
there are three computers, one is my Domain Controlar,
second is my Web server and third is user's computer(from
where I test my App). All the three comps are under same
domain which is my Domain Controlar.
My Question is:

My Application works fine if I make a request to it from
my user's comp which is loged on using domain account.(as
it takes the windows login userId and Password from my
domain controler).It also works fine if I make a request
from another comp which is not under my domain.(as it
shows win Pop-up authentication box and takes
userId,Password and Domain name from user.)
But my application does not work when I make a request
from my user's comp which is under my domain,but is not
loged on using domain account( is loged on using local
administrator account). I want (and think it should behave
like this) that when I make a request from user's
computer,it should display win Pop-up box and ask for
UserId, Password and Domain. But it does not display pop-
up box and try to authenticate with localy admin login and
gets failed to retrieve user's info from my Domain
controler.
Why does it behave like this...how can I get pop-up box
for my application when my user's machine is under my
domain but is loged on localy ?

Any help will be greate to me..
Thanks in advance
Hriday.
 
G

Guest

No way. It's not web server refusing you. Actually client machine doesn't know where the web server is when it's logonned on whith local account.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top