| Thread | Last Post | Replies |
|
| Accessing objects in active directory via asp.net | 31 Aug 2004 14:56 GMT | 1 |
I want to retrieve information about objects in active directory windows 2000 and their properties. I got some codes that don't work absolutely. for example I can't retrieve users list and group list separatedly.there is my code that downloaded from the internet :
|
| issues mixing integrated Windows authentication and anonymous on same application | 31 Aug 2004 08:32 GMT | 2 |
I'm having issues mixing integrated Windows authentication and anonymous access on same IIS app. Basically, any post back event fails (Forms collection empty and control's event handler never called) on anonymous page when:
|
| authorization different paths and roles | 30 Aug 2004 23:18 GMT | 4 |
I have this authorization config in my web.config <location path="manager"> <system.web> <authorization>
|
| Load balancing loses authentication | 30 Aug 2004 20:44 GMT | 2 |
My intranet ASP.NET web app is set up with Windows authentication and IIS is set to disallow anonymous access. The app is in a web farm configuration with two blade servers and a BigIP F5 switch set with sticky sessions.
|
| BUG With FormsAuthentication | 30 Aug 2004 14:42 GMT | 5 |
The authentication cookie with custom user is not available or the user data is gone after a redirect. In other words all the examples on the net on how to do custom FormsAuthentication don't work! Is there a workaround for this? Barry
|
| Create Directory | 30 Aug 2004 04:25 GMT | 2 |
I am having a permissions problem when creating a directory. The relevant bits of my code look like this: // impersonate current user: WindowsIdentity ident = (WindowsIdentity)
|
| DPAPI and config files | 29 Aug 2004 12:58 GMT | 4 |
Hello. This is about DPAPI and configuration files. Basically, what I understand is when loading the exe assembly the framework takes parameters from the config file and loads them. I want to store THE ENTIRE web.config ( or any other config file ) using
|
| AD forms authentication | 29 Aug 2004 00:43 GMT | 1 |
I am trying to authenticate to ad using this how-to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/s ecnetlpMSDN.asp The server is W2k3 and auth hangs here: ****************************************************************************
|
| Impersonation Stops Language Resources Working | 27 Aug 2004 19:05 GMT | 1 |
(This is a repost from the internationalization group where I am getting no joy) Hi, My ASP.NET application has internationalised string resources via satellite assemblies in the usual way. Everything was working fine
|
| FormsAuthentication and Redirection fails | 27 Aug 2004 13:29 GMT | 7 |
I am using FormsAuthentication in VS.NET 2003, but for some reason the authentication code does not seem to be behaving as expected. The behaviour looks like it is not redirecting from the login page, however I suspect that the problem is that the page is redirecting but the
|
| 2 Project in same WebRoot | 26 Aug 2004 08:35 GMT | 19 |
I've 2 projects in same WEbRoot. Each project has is own Subdirectory. Project #1: /Journal/ '<-- Anonymous /Journal/Admin/ ' <-- WebForm Authentication for each web page
|
| Return credentials with anonymous authentication? | 25 Aug 2004 16:11 GMT | 5 |
This is my Scenario: Have a login page in Application 1 with Anoynoumous authentication. Using this login page I would like to receive credentials from Active Directory (using Directoryservices I assume),
|
| Form authentication in a virtual directory | 25 Aug 2004 13:30 GMT | 1 |
Is it possible to get forms authentication to work for a virtual directory in a site? I have been trying with the simplest MSDN sample but it doesn't seem to work. I have tried in a virtual directory on my dev box and on a virtual
|
| Help with A.D. and ASP.Net | 25 Aug 2004 12:07 GMT | 2 |
Hi, I'm trying to validate the user credentials against an Active Directory, I've seen some demos around but in the enviroment I'm going to be working on, most users have restrictions that prohibit them to logon to certain machines/servers, so, my question is, should I have to do ...
|
| Disallow sharing the same login | 24 Aug 2004 16:57 GMT | 2 |
I'm not sure if this is the right newsgroup. I'm wondering if anyone out there are experienced with solving this problem and can share your opinion or give me some advice. I'm planning to disallow multiple users of our .net application to share the same login. How do I do that? ...
|