| Thread | Last Post | Replies |
|
| Migrating users to asp.net 2.0 from CSK and setting passwords | 20 May 2005 22:42 GMT | 1 |
I have existing users in a CSK-schema who each have passwords. I need to migrate these users to the asp.net tables in .net 2, but I haven't found any way to set the new passwords, password salt and password question properly. Is it possible to use t-sql to migrate these records or ...
|
| Mixed Security | 20 May 2005 18:21 GMT | 1 |
I am implementing a mix of windows and forms authentication to allow users on the domain account to bypass the login form, however I want to check role authorization for both internal and external users from a database. The only way I see of doing this is to create domain user ...
|
| Private member access. | 19 May 2005 20:01 GMT | 3 |
I've got a collection of classes that encapsulate data records. Each of these classes, through a common base class, can copy itself (This is not a straightforward memberwise clone, but rather the ability for object A to copy itself to an existing object B in a specific manner).
|
| Why CAS doesn't stop things in ASP.NET apps | 19 May 2005 19:58 GMT | 2 |
We've been writing various apps in .NET for a while now without thinking much about code access security. Now, having looked some into CAS pertaining to smart client apps and reporting services, I'm wondering why CAS doesn't stop some of the things we do.
|
| does .NET connect to Internet to verify digitally signed assembly certificate? | 19 May 2005 19:32 GMT | 3 |
I am developing a winforms control which is strong-named and digitally signed . My customers complain that the control connects to the Internet when it is loaded, but I am sure my code doesn't do that. So my question is whether the .NET runtime does that, probably to check ...
|
| Problems calling a Dll... | 19 May 2005 12:48 GMT | 1 |
Hi, all: I have a problem when trying to execute a DLL. I explain you: I have two machines, in two different domains. In one machine I´ve created a folder that contais a .net windows application. This application is only a form that calls a DLL. I´m trying to call this ...
|
| Allow inheritable permissions form the parent to propagate... | 19 May 2005 12:46 GMT | 1 |
How do I turn this flag on from C#? I need to ensure files created in the directory inherit that directory's ACL. I am currently setting permissions like this: ActiveDs.SecurityDescriptor sd = null;
|
| Make Security to Directory | 19 May 2005 11:54 GMT | 4 |
I made directory by using VB.Net by the following method: Directory.Directorycreat("C:\Husam") first I was thinking to make this directory invisable so I used Fileattributes to make it hide.
|
| Appliyng Security in assembly. | 18 May 2005 16:23 GMT | 5 |
I would like to know if it´s possible to grant to my assembly just an execution permission using this: [assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution=true)],
|
| Forms authentication periodically requires re-login | 18 May 2005 11:01 GMT | 1 |
I have spent the better part of the morning researching this phenonenom and found numerous entries. Much discussion about setting the timeout values on the authentication as well as slidingexpiration. I have not seen any one verifying that any of these steps were successful, and
|
| High-strength crypto problems | 18 May 2005 10:04 GMT | 3 |
I'm using TripleDESCryptoServiceProvider and MD5CryptoServiceProvider in .NET Framework code. This requires 128-bit encryption. Some Windows 2000 platforms won't have 128-bit encryption and distribution of Encpack_Win2000_EN.exe is complicated due to export law.
|
| Method SetThreadPrincipal | 18 May 2005 08:44 GMT | 6 |
after attaching a principal to an AppDomain with SetThreadPrincipal, is it possible to undo this setting in order to set another principal ? The method AppDomain.SetThreadPrincipal doesn't accept NULL as an argument, so what ?
|
| Possible security error loading an Xsl? | 17 May 2005 15:40 GMT | 2 |
I've run into a problem that may be security related that I haven't been able to find a whole lot of information on and I'm hoping someone might recognize it enough to give me some pointers. I've got the following code:
|
| Troubleshoot Caspol | 17 May 2005 14:36 GMT | 1 |
I have an application which i can't understand why CAS refuses it permission to run. Is there a way or a tool to pinpoint what's going wrong with this exe file ?
|
| Windows authentication | 16 May 2005 16:39 GMT | 3 |
I am experiencing a permissions error in a .NET web application trying to find if the user exists in a Domain Group. I am using C#. The web site is configured to use windows Authentication. web.config:
|