detect if user logged in on network
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, Is there a way you can detect if a user has logged in with his username/password on a local LAN network? Also, is there some event handler that can run, if this is true, once the user opens my web app? Do I need to do that functionality in the 'page_load' handler?
-
Hi, Is there a way you can detect if a user has logged in with his username/password on a local LAN network? Also, is there some event handler that can run, if this is true, once the user opens my web app? Do I need to do that functionality in the 'page_load' handler?