| Thread | Last Post | Replies |
|
| accessing emails using owa ... traceable? | 31 Oct 2006 20:54 GMT | 11 |
Both at work (Entourage is too slow) and when I'm out of the office, I access my e-mail via our exchange server using a mac and IE, through microsoft outlook web access. There is a password 'system' in place that uses certain letters of our names - we are given our passwords and ...
|
| what is best way to talk to https webpages within .net? any good librarys for talking to https websites? | 31 Oct 2006 10:02 GMT | 1 |
what is best way to talk to https webpages within .net? any good librarys for talking to https websites?
|
| CASPOL - StrongName trusts not being applied | 30 Oct 2006 18:29 GMT | 8 |
OK, I have gotten a bit more familiar with using caspol. I am working with a C# library which is embedded in an HTML document (loaded as an ActiveX object in Internet Explorer). I first tried a URL condition (http://hostname/*). This worked fine for us,
|
| COM+ Security error | 30 Oct 2006 17:41 GMT | 2 |
I am trying to access a COM+ component through embedded code of my Reporting Services report (an ASP.NET application). I did everything that Reporting Services told me to use an external dll, but I am still getting the
|
| False | 29 Oct 2006 23:31 GMT | 1 |
HELP! What do I need to do to get rid of the following rogue spyware? It pretends to be genuine by using the Windows Security Shield. It is driving me mad and I have tried various anti-spyware systems without success.. The message reads as follows:................................
|
| Help!! InvalidOperationException in GetProcessesByName!! | 28 Oct 2006 13:12 GMT | 3 |
I used "Process.GetProcessesByName" method under XP with no problem. Under Vista it throws "InvalidOperationException" if the user is not Administrator. Please help.
|
| Security problems in .Net web application | 28 Oct 2006 08:47 GMT | 5 |
I have a .net user control which purpose is a chat client and I am getting the error: --- System.Security.SecurityException: Request for the permission of type 'System.
|
| Can I retrieve Unix box OS info using DirectoryEntry Property OS? | 27 Oct 2006 19:12 GMT | 4 |
Hi, Using the following code, will it work for the Unix box that's on the network's domain? Thanks. switch (child.Parent.Name) {
|
| IL code fails with VerificationException | 26 Oct 2006 23:15 GMT | 2 |
We have a requirement to get the non-virtual version of GetHashCode for any object (value or reference type). There is a call System.Runtime.CompilerServices.RuntimeHelpers.GetHashCode, but this fails under some circumstances on 1.1 when passed Int32 and so we have some IL
|
| WinForm user authentication | 26 Oct 2006 00:11 GMT | 4 |
Can someone point me in the right direction for finding out how to do custom authentication in a WinForm application? I have a WinForm (VB.Net) application with a login screen. I want my users to input their username and password, then I will authenticate them against
|
| Move.file | 24 Oct 2006 23:02 GMT | 1 |
Hopefully Ive posted this correctly. I have a small app that loops through a directory to copy files to another server. (This is fine) The directory on the other server has been secured with only certain users allowed access.
|
| X.509 Certificate store - getting - creating certs | 24 Oct 2006 02:15 GMT | 6 |
Hi I am playing around with the Peer to Peer example provided by Justin Smith in the October issue of the MSDN Magazine. One of the things that the sample application "Picture Viewer" does is to attempt to get a X.509 Cetificate from the Certificate Store.
|
| encryption prob | 24 Oct 2006 00:41 GMT | 1 |
I have a problem with my decryption, the encryption seems to work fine but when I try to decrypt the encrypted string I get an exception "Padding is invalid and cannot be removed." thrown on sreader.ReadToEnd(); so could anyone tell me what I'm doing wrong?
|
| How do I determine if a windows identity is authenticated to the network domain | 21 Oct 2006 09:30 GMT | 1 |
I have a Click Once application which makes a secure remoting call to the server. The server can see the windowsidentity of the person making the call and can then do authorization checks and pass that information back to the client.
|
| Credentials Double Hop | 20 Oct 2006 14:51 GMT | 2 |
I've setup everything to solve this issue but I still get the message "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'." I have the tags in webconfig <authentication mode="Windows" />
|