| Thread | Last Post | Replies |
|
| User management with Windows Authentication | 20 Sep 2005 15:06 GMT | 9 |
I am creating a web application for use on an intranet and am having some problems understanding how to maintain web application user lists with windows authentication. Adding domain users to a group on the web server and utilizing <allow><deny> tags to restrict access is quite
|
| Using Active Directory | 20 Sep 2005 08:37 GMT | 1 |
I am new to active directory world but based on what i know i am trying to achieve following: 1. Look for user/groups on a windows 2000 machine which is not a PDC(primary domain controller). I created Directory entry object as follows:
|
| HttpWebRequest and posting login data | 19 Sep 2005 22:43 GMT | 8 |
Dear ASP.NET Programmers, How can I post data to an ASP.NET login page and pass authentication? The login page uses forms authentication, users must supply usernames and password and have to click
|
| Forms Authentication works with Mozilla but not IE6 | 19 Sep 2005 18:13 GMT | 3 |
How can a MS ASP.NET forms authentication work in Mozilla but not IE6? I haven't been able to make a site work in IE, it always throws me back to login page whereas in Mozilla it works just fine!
|
| Authentication provider for different sites | 19 Sep 2005 15:23 GMT | 2 |
how can I use one authentication site (https://login.site.com) for other sites (on separate machines, i.e. http://www.books.biz)? What should I do to use Forms Authentication in this case?
|
| Forms Authentication losing IsAuthenticated after 1 page | 18 Sep 2005 21:46 GMT | 2 |
I am wanting to use Forms Authentication on my site, and I have the exact same code on another site I am using, but it's not working on this one. I only want to limit the "admin" folder to require me to log in, so I
|
| Programmatically installing certificates | 16 Sep 2005 21:10 GMT | 2 |
Is there a way to build a program to import certificates into IE - in place of using the import wizard? If so, where can I find the documentation and samples? For C++ or C# please. Thank you, Russ
|
| Forms Authentication Ticket Functionality With Windows Authentication | 16 Sep 2005 19:30 GMT | 3 |
I am creating a web application for a company intranet and I am using Windows Authentication for a somewhat "transparent" login process. What I would like to do is allow all users into the application that exist in our LDAP under a particular user (their is a heirarchy
|
| Accessing Local COM Server from ASP.NET - Access Denied | 16 Sep 2005 17:37 GMT | 1 |
I have a ASP.NET web service using COM Interop to hopefully access a Local COM Server ... however when I attempt to reference the Local COM Server I am receiving "Access Denied". We have provided full permissions to the EXE which is the foundation of the
|
| Basic Authentication/Custom Login page | 16 Sep 2005 17:35 GMT | 17 |
I'm creating a site that has basic authentication. Is it possible to have a custom login page display instead of the Windows login page? Thanks in advance, Mike
|
| ASPNET account and NT Authentication with SQL Server -Account Locked Out | 15 Sep 2005 19:52 GMT | 4 |
I have an application running on an IIS box that is trying to make a connection to a separate SQL server box. The application is using Windows NT authentication. During development I can access my data just fine. When I view it in the browser I get the message that the
|
| Authenticating on a remote domain via ASP.Net | 15 Sep 2005 17:28 GMT | 4 |
I have been struggling with this for a little while now. Let me explain my problem: I have a remote domain and a workgroup. I have an IIS server running on the workgroup.
|
| Other than BuiltIn groups for Windows Authentication | 15 Sep 2005 11:08 GMT | 6 |
I am using windows authentication on my ASP.Net application. With the WindowsPrincipal I can authenticate myself against groups such as BUILTIN\Users I am assuming that this group is supplied by the active directory when i log
|
| How to sets credentials used to authenticate Web requests | 13 Sep 2005 09:01 GMT | 1 |
I put a xml file in a web site "http://localhost/XML/default.xml", and I try to open it from the following codes: Dim doc As XmlDocument doc = New XmlDocument()
|
| ASP.Net app in DMZ cannot be accessed by client PC's | 12 Sep 2005 07:45 GMT | 1 |
I have a small asp.net app (with SSL, Win 2003 server standare, IIS6, SQL 2k)) which was working fine before it was moved to the DMZ. The application is accessed through our intranet only. We've given IP addresses of the user workstations that need access to the Server to the ...
|