Ask a Question related to ASP.NET Security, Design and Development.
-
Gert Jan #1
howto get user and machine information of client computer
Hi there,
in a webapplication in a company where i have two seperate
domains, without any trust relation i need the following.
on the first domain (the backoffice) the users use a
webapplication to see transaction on a database in the
second domain. I can make user accounts on the second
domain, but I need (for logging and tracing reasons) the
username and machinename of the first domain.
To get this i think i need some javascript to get local
information. Does someone know how to get this?
Thanks!
best regards
Gert Jan
Gert Jan Guest
-
Howto Basic user authenication?
I'd like to setup basic password protection for a small flex app I'm creating. Can anyone point me in the direction of a tutorial? -
multiple computer names on one machine
I've heared it's possible to give a machine multiple computer names by changing something in the local registry of that machine. Does someone knows... -
HOWTO: Send Secure Data To Client Using SSL
I've sent private data back to the IIS by implementing the web page reference to HTTPS, but how can secure data be sent to the client computer over... -
help: howto to make the machine secure!!
Hallo folks, I'm about to loose my nerves because the data center where my server is running is cut off the network once again because the... -
HowTo: pass data from server to client??
Hello, I want to setup a webservice. But before lauching the client webpage I'd like to fill up the clients menu with data from the server. So I... -
Keith #2
howto get user and machine information of client computer
You'll only get the username and password of the user if
you force them to authenticate, which they can only do if
you are setup to use something other than anonymous
access. The best solution in this situation for me has
been to simply add the Domain Users or whichever group
from the user's domain to a group on the local machine.
I then use integrated authentication using their domain
as the authenticator. This is a logistical and security
mess that may be 1. Not allowed in your environment 2. A
little too complex of a solution. Unforunately, the only
other solution is to require the users to programatically
login and you storing a database of valid
usernames\passwords. I know this seems like it's not a
solution but it really is your best 3 options.
seperate>-----Original Message-----
>Hi there,
>
>in a webapplication in a company where i have two>domains, without any trust relation i need the following.
>
>on the first domain (the backoffice) the users use a
>webapplication to see transaction on a database in the
>second domain. I can make user accounts on the second
>domain, but I need (for logging and tracing reasons) the
>username and machinename of the first domain.
>
>To get this i think i need some javascript to get local
>information. Does someone know how to get this?
>
>Thanks!
>best regards
>
>Gert Jan
>.
>Keith Guest



Reply With Quote

