Problem in ASP.Net.

  • Thread starter Thread starter Abhijit
  • Start date Start date
A

Abhijit

Hi,
I am devloping a web site in ASP.Net using visual studio 2005.My
web page contains many hyperlinks.Now the problem is when I click on
some of the hyperlinks it asks me for windows username and
password,even though my login credentials are checked at the begining
with the help of LDAP (it takes logged in user of machine).This problem
comes when browser is opened at remote machine.My web site involves
reading and writing vdx files on server side. Can anybody know about
this that why I am getting this problem?

Regards
Abhijit.
 
Likely, your credential checking code is on server side. A remote machine
runs client side.
 
Back
Top