Clients network login

  • Thread starter Thread starter Paul M.
  • Start date Start date
P

Paul M.

Hello,
we have a company intranet system and I want to return in the VB ASP
..net code's error handler the users network login. Does anyone know how this
can be done?

Cheers
Paul
 
In IIS Manager, set the directory security for your intranet app to
Integrated Windows Security. Then use:

Request.ServerVariables["REMOTE_USER"]

Dale
 

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

Back
Top