| Thread | Last Post | Replies |
|
| SSLStream CypherSuites | 03 Jan 2006 16:02 GMT | 1 |
Does any one know where i can find documentation on which cyphersuites are supported by SSLStream (.NET 2.0)? I'd like to know if TLS_RSA_WITH_NULL_SHA is supported. Thanks,
|
| Word automation in asp.net | 03 Jan 2006 15:54 GMT | 7 |
I have an asp.net applicaition which opens an uploaded word document, then parses the document to extract some values. The upload process works but the code is dying on the following line: private Word.Application wordApp = new Word.Application();
|
| No .Net 2.0 Configuration Tool | 03 Jan 2006 14:48 GMT | 7 |
I have installed .Net 2.0 on a Win2K PC. I keep getting security exceptions. I realize that I need to adjust the security policy. But every place I look says to use the "Microsoft .Net Framework Configuration Tool" which is located in the Administrative Tools. But in fact there ...
|
| 2.0 forms authentication | 02 Jan 2006 19:22 GMT | 1 |
I managed to get the login control working with users and roles by using the website configuration tool. My questions is: this seems to be creating a database in my SQL server....but how do I get it to add whatever it needs to my existing database?
|
| How to determine if the logged on user is in a group | 02 Jan 2006 18:56 GMT | 5 |
Sorry if this is a bit of crosspost. I'm using VS2005 and VB.net. I have a DC W2K that has a user group I created, MyUsers, I put existing User Bob in that group. I need in my VB app to determine if the currently logged on user is a member
|
| Strong naming problem? Anyone seen this? | 02 Jan 2006 05:16 GMT | 5 |
I'm using .NET 2.0 to develop my product. I've built a build system using MSBuild that is building my C# assemblies. I've created a strong name key pair, and I've extracted the public key into a separate file. The MSBuild build process is using the standard Microsoft.CSharp ...
|
| Using Enterprise Library to do SSPI over proprietary protocols | 02 Jan 2006 04:44 GMT | 3 |
Seems like all of the authentication-related questions I see on the net don't seem to fully answer my question or dive off into alternate tangents. So, here's my situation. If I'm developing a broad distributed environment, where authentication
|