| Thread | Last Post | Replies |
|
| Prompt for domain login | 24 Oct 2007 15:00 GMT | 2 |
I have a web application that uses Windows integrated security. In some cases (approval scenarios that requires high security) i need to prompt the user for a new domain login, even though they already authenticated. I've tried redirecting the request so there's a zone change. ...
|
| Cant Create Instance of IE7 Via IIS 7 (I think security related) | 20 Oct 2007 13:59 GMT | 1 |
Has anyone tried this? I know back in the day I was able to do this in IIS 5.x and greater I know the security model in both IIS 7 and vista have changed greatly. However I cant not do some of the IE automation that we have going on behind the scenes (which is basically for ...
|
| Cannot access the private key of a local machine certificate which is installed by another user | 18 Oct 2007 09:56 GMT | 1 |
I met a problem when accessing the private key of a local machine certificate which is installed by another user. My software evr is win xp sp2 + v c# 2005 express + .net 3.0, seems all right.
|
| SQLClientPermission problem | 15 Oct 2007 08:32 GMT | 3 |
This is driving me dotty . . . I have written some C# code that accesses a SQL Server database. I have 2 machines. The database is on Machine 1. If I run my code on Machine 1 it works fine. If I run my code on Machine 2, I get a
|
| SSL for dummies... how to generate X509Certificate (*.DER) files? | 08 Oct 2007 15:51 GMT | 7 |
I need to establish an SSL connection to a web site, do an HTTP post and retrieve the response. I currently have the following code (based on something I found in a blog somewhere - can't remember where): public string PostData(byte[] postData, string serverAddress,
|
| pki - Event 80 I just cant find anyone who can shed light on this! | 04 Oct 2007 04:10 GMT | 1 |
I have had PKI running now for a year. Now I am seeing event 80 messages as below in my ca's event log. I cannot figure it out. Something has changed, but i have searched everywhere and not found an answer to what this really means.
|
| How can I retrieve all the sibling domains in a forest? | 02 Oct 2007 21:47 GMT | 2 |
Hi, I'm using vs2005, .net 2 for a C# windows appliation. forest = Forest.GetCurrentForest(); ///This gets me all the domains of a forest. How can I get just the 1 level of sibling domains? I know how to drill down to the children domain but not
|
| Authentication with Barcodes?? | 01 Oct 2007 16:10 GMT | 3 |
I currently work at a manufacturing company and we are in the process of developing a new shop floor application using .Net 3.0 framework and Smart Client. On the shop floor, I would like to be able to use barcodes for
|