| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hello,
I have a class that implements the interface IMessageFilter. When I run
FxCop on this class the following error appears:
The virtual method...
Cristian Anca
|
01-07-2005 02:07 PM
Cristian Anca | 2 | 23 |
|  | I have an application where some users will need to connect over a VPN. We
have been using role based security in the application using the...
Doug R
|
01-07-2005 11:20 AM
William Stacey [MVP] | 5 | 13 |
|  | I have a computer that is connected with an office network over a VPN. The
computer is not a member of the Domain. I have written code using...
Doug R
|
01-06-2005 11:01 PM
William Stacey [MVP] | 3 | 17 |
|  | Anyone know/have a RADIUS client can call from c#? Or simple pinvoke api.
Does Windows have one built in, I know they have the server side....
William Stacey [MVP]
|
01-06-2005 01:09 PM
William Stacey [MVP] | 0 | 15 |
|  | Hi All,
I'm trying to get an ASP.NET Application to work with Active Directory
but not having much luck.
On the MS Website I found this example...
AT
|
01-05-2005 01:07 PM
Paul Clement | 2 | 15 |
|  | On W2K3, your ASP.NET apps run as Network Service by default. This is a special "service account" introduced in 2k3 and XP.
If the machine IIS6 runs...
Dominick Baier
|
01-04-2005 04:33 PM
Dominick Baier | 0 | 19 |
|  | I am trying to get the ProcessID of a process that I have just started.
It is within ASP.NET, but with impersonation of non-Admin user.
If I call 10...
rox.scott
|
01-04-2005 03:43 PM
rox.scott | 1 | 22 |
|  | so how do you want to request a kerberos token if you are not a domain member ??
the asp.net worker process identity must be a domain account then....
Dominick Baier
|
01-04-2005 11:10 AM
shikari shambu | 1 | 14 |
|  | I'm using the Profile and Authorization Application Block and its
ExtendedPrincipal to implement authorization on a web application.
Performance is...
Robert Altland
|
01-03-2005 02:01 PM
Joe Kaplan \(MVP - ADSI\) | 2 | 22 |
|  | I know this question must have been brought up many times, but I really got
confused by the previous posts.
Here is my situation:
I have a windows...
Use non-admin account to Run Win Service
|
01-03-2005 11:39 AM
FanYe | 2 | 25 |
|  | Wait until .NET 2.0, the WSE 1.0/2.0 does not support private keys. Yo
can't load or import the private key from any certificate using th
intrinsic...
Hex
|
12-30-2004 04:05 PM
Hex | 0 | 17 |
|  | does your asp.net app run as a domain user?
---
Dominick Baier -...
Dominick Baier
|
12-30-2004 03:08 PM
shikari shambu | 1 | 28 |
|  | Is there any posibility to sign txt file? Capicom don't have it.
I created application ("MyApp1"). It creates a config file for second
application...
Marek
|
12-30-2004 02:16 PM
AT | 3 | 15 |
|  | We No Touch Deploy our assemblies from a web server. So, our app runs from
the download cache.
We have a custom URL code group on each machine with...
Greg Robinson
|
12-30-2004 01:57 PM
AT | 1 | 18 |
|  | I am getting the following error while working with SCT to Obtain a Security
Token From a Security Context Token Service.
An unhandled exception...
ravi dasari
|
12-30-2004 12:53 PM
ravi dasari | 0 | 20 |
|  | Hi,
I have a ASP.NET web app in which I am trying to create a Kerberos token
using the following...
Shikari Shambu
|
12-29-2004 05:42 PM
Shikari Shambu | 0 | 12 |
|  | It appears that the only way to request certificates from a CA is via COM
InterOp using XEnroll. The problem I am having is that once I receive...
Sean Woods
|
12-29-2004 04:32 PM
Sean Woods | 0 | 10 |
|  | Hi,
I've just posted new version of RunAsAdmin tool (both source code and
binary) to my...
Valery Pryamikov
|
12-29-2004 11:30 AM
Valery Pryamikov | 0 | 13 |
|  | gimme a email address and i send you my code...
---
Dominick Baier -...
Dominick Baier
|
12-29-2004 05:22 AM
Harkos | 1 | 14 |
|  | Hi all,
I am having a strange problem with a NTD Smart Client application. I've
created a small stub app which is installed on the client pc. The...
Paul Delcogliano
|
12-28-2004 05:12 PM
Paul Delcogliano | 1 | 20 |
|  | try Thread.CurrentPrincipal = gp (IIRC works only intra-page - if you want to set the principal in AuthenticateRequest you have to user...
Dominick Baier
|
12-28-2004 02:07 PM
Dominick Baier | 0 | 20 |
|  | Every time I run the below code, I always get a Security Exception.
Private Sub Page_Load(ByVal sender As System.Object, ByVal e...
Tripper
|
12-28-2004 01:31 PM
Tripper | 0 | 40 |
|  | there is a october ctp of vc# express, maybe you try that one...
http://lab.msdn.microsoft.com/express/vcsharp/
---
Dominick Baier -...
Dominick Baier
|
12-28-2004 12:06 PM
Harkos | 1 | 33 |
|  | it is the Community Tech Preview from November (available on msdn subscribers)
---
Dominick Baier -...
Dominick Baier
|
12-28-2004 06:02 AM
Harkos | 1 | 21 |
|  | Hello group:
I'm working for a third party firm which has a developer team which donīt
use strong names in their assemblies.
I'm developing a new...
Armando Ruiz
|
12-28-2004 05:26 AM
Armando Ruiz | 0 | 11 |
|  | check your web.config - maybe some hidden <identity impersonate="true" /> ??
---
Dominick Baier -...
Dominick Baier
|
12-27-2004 05:37 PM
Dominick Baier | 0 | 17 |
|  | asp.net (under iis6) uses the app pool identity account for access to windows objects (e.g. files) - i assume you do something like
FileStream fs =...
Dominick Baier
|
12-27-2004 04:37 PM
Jayant Sane | 1 | 12 |
|  | Hi,
I have a simple/test ASP.Net web app. On clicking a button on the page, it
does the following:
access a specific file in some folder. (there is...
Jayant Sane
|
12-27-2004 03:51 PM
Jayant Sane | 0 | 16 |
|  | hi,
i am currently working on a sample and a tool to troubleshoot with SslStream - i half way finished (and working so far). i can send you what i...
Dominick Baier
|
12-27-2004 02:22 PM
Harkos | 1 | 14 |
|  | Hi everyone,
Could someone point me a tutorial on using SslStream (.NET 2)? Here is
what I have:
* When I try to read or write to a SslStream which...
Harkos
|
12-27-2004 01:03 PM
Harkos | 0 | 15 |
|  | Hi,
I need to build an offline client hosted in outlook. As we need to
support outlook 2000+, we will have to write COM add-ins in VB6 or...
Raghu
|
12-24-2004 02:25 AM
Raghu | 0 | 10 |
|  | I want to create an application that can filter packet from incomming network
traffic (like an ACL of Router) and I find out class to use this way...
BiGgY
|
12-23-2004 12:17 PM
BiGgY | 0 | 18 |
|  | Hopefully someone will have a little insight.
Using ASP.net written in vb.net I have a file interface which shows files in
a dropdown. The user...
Michael McLaughlin
|
12-23-2004 11:27 AM
Michael McLaughlin | 0 | 11 |
|  | I can start up mscorcfg (.NET 1.1, no SP), and can use the tree, but when I
do anything that causes a dialog to pop up (e.g.: Edit Code...
Nullabee
|
12-23-2004 06:45 AM
Nullabee | 0 | 13 |
|  | I have a winforms user control that I need to use in our web page. The
control connects to a remoting object.
When I try and make the initial...
Joe
|
12-22-2004 10:27 PM
Joe | 2 | 18 |
|  | I am trying to have an application already running refresh its code access
security settings information after a change has been done in the...
Oldman
|
12-22-2004 03:43 PM
Oldman | 2 | 14 |
|  | Please forgive the lengthy post. I am trying to get my winform usercontrol
to work properly when hosted in ASP.NET. It is strongly named and has...
Scott Leonard
|
12-22-2004 01:23 PM
Scott Leonard | 2 | 31 |
|  | I'm encountering a strange permission issue with a custom UserControl...
The UserControl is part of a WinForms project (exe), however it exposes...
ejstembler
|
12-22-2004 10:46 AM
Nicole Calinoiu | 3 | 14 |
|  | Is the high encryption pack needed on client computers if my app uses
rijdaelmanaged for encrypting data? If it is need, then will RC2 work...
igkins
|
12-22-2004 02:38 AM
Valery Pryamikov | 1 | 26 |
|  | I have a windows service that impersonates another account fine when it runs
under system account but fails to impersonate when run under a user...
Daniel
|
12-21-2004 08:42 PM
Daniel | 1 | 14 |
|  | We have a web application where we want to enforce simple licensing.
Whenever a new user is created using the web app. it should check if the
number...
nvishnu
|
12-21-2004 11:52 AM
nvishnu | 0 | 18 |
|  | I have a winforms app that uses COM interop (Not a PIA though).
The issue is that it runs fine on machines that have the SDK installed, but
not on...
Jiho Han
|
12-21-2004 11:15 AM
Jiho Han | 0 | 19 |
|  | We are using Authorization Manager in an ASP.NET application. We are using
Microsoft.Interop.Security.AzRoles. We appear to have a memory leak...
John
|
12-20-2004 05:12 PM
John Lee | 1 | 14 |
|  | in the local security policy - user rights assignment...
---
Dominick Baier -...
Dominick Baier
|
12-20-2004 06:06 AM
Dominick Baier | 0 | 11 |
|  | Does the account that tries to impersonate hold the "Impersonate after Authentication" privilege?
---
Dominick Baier -...
Dominick Baier
|
12-20-2004 03:45 AM
Ravi | 1 | 15 |
|  | 1. Is there a way I can create X509 digital certificates with DSA key?
2. Is there a way to retrieve DSA Keys out of the X509 certificate...
Suresh
|
12-19-2004 07:04 PM
Eugene Mayevski | 2 | 13 |
|  | What security issues shall I care about when sending http requests from a
windows service? I have a console program that works fine if I start it...
Eliyahu Goldin
|
12-16-2004 10:41 AM
Eliyahu Goldin | 6 | 14 |
|  | Hi,
i am using LogonUser function with LOGON32_LOGON_INTERACTIVE and other
parameters. using DuplicateToken function with securitypermissions = 2...
Ravi
|
12-16-2004 07:43 AM
Ravi | 0 | 14 |
|  | Hi,
I have an WinForms-Exe which will be started from a Shared Network-Drive.
Without configuration I get a security exception...
Eric
|
12-16-2004 06:12 AM
Eric | 2 | 24 |
|  | Hello Everbody,
I have a class lib which is accessing a .aspx on web through httpwebrequest
and sending xml through post method. Server people...
NRao
|
12-15-2004 06:43 PM
Joe Kaplan \(MVP - ADSI\) | 13 | 36 |