Ask a Question related to ASP.NET Security, Design and Development.
-
Michal Januszczyk #1
Allow domain users from anywhere ...
What security settings should I set to achieve the
following:
Web site can be accesed by all domain users from any
computer over internet (i.e. not only from machines
plugged into the domain).
Currently I have managed to allow to grant access to all
domain users, but only when they are using machines
joined into the domain. If somebody is connecting
to the aplication from outside the domain, he is prompted
many times to enter the password (e.g 8 times..).
How to allow to access the application from any place ,
and for domain users only ?
What should be the following security settings:
<identity ....>
<authentication ...>
<authorization ...>
-security settings on Directory Security Tab of
myApplication
-any other settings.. ?
I would like that when user has already logged into the
domain, he would not have to enter his credenitials
again. (even once). Is it possible ?
(note: I can not use passport based solutions)
Thanks for any suggestions
Michal Januszczyk
Michal Januszczyk Guest
-
domain users added to local groups
is there a way to add a domain group (like the domain users grp) to a local windows XP pro grp automatically at boot..like thru the logon script or... -
domain users/local users
I have joined an XP machine to a 2000 domain. I want to share the printer to one of the domain users. When I go to share it, I only get the users... -
Get remote users network name and domain in ASP?
Change the authentication mode to Windows Authentication. Then only valid domain accounts can use your application. If you still need the users'... -
Default Settings For Users On a NT Domain
I'm trying to setup a default desktop for users, so that all users will look the same. I have created the desktop the way I wanted it locally, but... -
how to identify users of a domain and log the in to an ASP.NET application
Use ActiveDirectory: System.DirectoryServices **************************************************** DirectoryEntry obDirEntry = new...



Reply With Quote

