| Thread | Last Post | Replies |
|
| Hosted WinForms Controls and CAS | 27 Feb 2006 23:49 GMT | 2 |
I am workign with a small intranet app for a customer and we've decided to use Hosted WinForms controls for several really complicated code we have. I can host the controls fine (much easier than I thought actually). But I can't do certain work without elevating the CAS and Zone ...
|
| Permissions on dynamically loaded assembly? | 27 Feb 2006 23:20 GMT | 1 |
I've created an app with a plugin structure which works if I trust the plugin-author. Next I want to allow untrusted plugins to run under strict access conditions. I'm already loading the plugins into a secondary AppDomain, and I can set
|
| Remote file access while impersonating with NTLM | 27 Feb 2006 14:01 GMT | 6 |
I have a client app that remotely connects to a service app via .NET Remoting using NTLM (custom sinks that do SSPI for .NET 1.1). The service reads some files while impersonating the client. Works great if file is on the same computer as the service. A customer wants to move ...
|
| MSXML2 fails; what permissions is needed | 27 Feb 2006 12:55 GMT | 2 |
(I am not sure I posted this in the right forum, if not please let me know :) I am running my IIS60 Application with a custom user Idendity in the "Application Pool" - meaning not "Network Service" account. I get this error :
|
| Usernametoken can't beused inweb services that are invoked bywebcl | 25 Feb 2006 13:08 GMT | 1 |
This is my Web service Client. The filename is MathService.apsx. I use web client to invoke my web service.The coding is below: Public Class Math Inherits System.Web.UI.Page
|
| how to forcfully kill a running process by executable name with a .net application? | 24 Feb 2006 19:18 GMT | 1 |
how to forcfully kill a running process by executable name with a .net application?
|
| Security Problem Citrix | 23 Feb 2006 15:20 GMT | 5 |
We are running an application on a Metaframe Server with Nt-Server 2003. We are having a security issue, that the from us developped application (VS-2003) only runs when the current user has administrator rights. What could be the problem?
|
| SecurityException when calling a Web Service | 23 Feb 2006 15:01 GMT | 3 |
I'm developing a Windows Control Library to use as Smart Client in a ASP.NET application and one of the tasks of my custom control is call a WebService. So, when i try to call the WebService using my control through the IE, i get this exception:
|
| StrongNameIdentityPermission problem | 22 Feb 2006 22:11 GMT | 4 |
Hello, I have the following situation: Assembly A.dll have some routine inside that application B.exe uses. I waht to prevent other people from loading A.dll and call the method with the
|
| CAS,Stackwalk and code reuse | 22 Feb 2006 17:34 GMT | 8 |
I have requirement where I have to elevate CAS just before i make a call to a com+ server. so it's like Myfunction()
|
| Question about Authorization Manager | 22 Feb 2006 15:11 GMT | 15 |
I have a question about the configuration of tasks and operations, and how they are interpreted by the "Authorize" method of the security application block. I have created an operation called "Print" and two tasks called "Access
|
| System.Security.SecurityException was unhandled | 22 Feb 2006 14:03 GMT | 11 |
Dear Experts, I've created a Console application to perform a checking of an Excel file. During development using vb.net in Visual Studio 2005, the application is running fine. I can get my expected result. Then I move the executable files
|
| AuthenticateAsServer/AuthenticateAsClient ProtectionLevel and iden | 22 Feb 2006 07:36 GMT | 8 |
I am using AuthenticateAsServer and AuthenticateAsClient between a TCPClient and TCPListener on two different XP Pro PC's running under a workgroup. 1. The server throws the following exception if ProtectionLevel is set to EncryptAndSign on both PC's. 'A security requirement ...
|
| Code signing pfx, p12 | 22 Feb 2006 02:43 GMT | 2 |
I have obtained my pvk file and my spc file and I think I have everything that I need to be able to sing my ClickOnce files or any other files that I would like to distribute. When creating my ClickOnce files, the utility is prompting me to select
|
| Creating code groups | Setup project | 21 Feb 2006 07:38 GMT | 5 |
I'm not sure if this can be done, but here's what I require: I have a windows application that needs to be secured in a code group with limited permissions to write to a log folder, and to download certain files before startup. Issue is that this happens to be running on a ...
|