| Thread | Last Post | Replies |
|
| storing a username and password | 30 Nov 2005 23:44 GMT | 11 |
I have a WEB app that occasionally needs access to a specific username and password. I don't want to store them in plain text. My thought is to encrypt the username and password and store the encrypted values in the WEB.config file, store the key and IV in a database table. The ...
|
| security releases for .NET framework | 30 Nov 2005 22:12 GMT | 1 |
Just looking for some info on the security bulletins for the .NET framework over the years. Is there anywhere I can get a history of security releases/patches for this platform?? Cheers
|
| PRB - Control Panel Security for .NET 2.0 is Missing. | 30 Nov 2005 16:20 GMT | 1 |
PRB - Control Panel Security for .NET 2.0 is Missing. Please help, In .NET 1.0 and 1.1, one could set security for .NET applications by going to the Control Panel - Administrative Tools, and then choose the "Microsoft
|
| Probelm with StrongNameIdentityPermission | 30 Nov 2005 10:46 GMT | 4 |
I have been playing around with the declarative StrongNameIdentityPermission, but have hit a strange problem. If I run an application with an incorrect public key, I get a Security Exception, then if I run the app with the correct key it works fine. So
|
| sn.exe - GUI | 30 Nov 2005 08:21 GMT | 2 |
Does anyone know of a graphical front end for the sn utility? TIA, MartinH.
|
| Call for Certificate Revocation List when running under "Local System Account" | 29 Nov 2005 16:47 GMT | 2 |
I'm developing a Windows service using .Net 2.0. This service makes use of some external assemblies which are authenticode signed (using a certificate). If I try to start my code inside a console app for debugging, the app starts fast. However when I try to do the same as a
|
| System.Security.AccessControl, DirectorySecutiry, full control | 29 Nov 2005 14:51 GMT | 2 |
I have a important question. If I use the ms sample code for setting security on this site http://msdn2.microsoft.com/en-US/library/system.io.directoryinfo.setaccesscontro l.aspx and use instead of read permissions FullAccess. Only full access is set for
|
| How to secure SourceCodes from Developers | 29 Nov 2005 14:00 GMT | 7 |
Dear Friends, We are developing the software and we want to secure our SOURCECODE from the developers so taht they will not copy the Source Code and use the same when they are leaving the organization.
|
| ASP.NET IIS6 Impersonation - Explanation needed for this situation | 28 Nov 2005 21:30 GMT | 2 |
Howdy, Ran into this queer situation, hoping someone can explain why. Setup: ASP.NET application connecting to a SQL database.
|
| System.Security.Permissions.SecurityPermission, mscorlib | 28 Nov 2005 18:07 GMT | 1 |
I have developed a VB.NET Windows App that will be ran in a Citrix environment. If I run the program locally it runs without any problems, but if I run it from the Citrix server (remote desktop) or network share (\\citrix2\n$) I receive the following.
|
| application security question | 28 Nov 2005 10:15 GMT | 2 |
Once I told I didn't care about security and someone replied me, with much criticism, that security was paramount and should always be top of my priorities. Heck, my apps are plain desktop app, without client-server communication,
|
| Add/Edit Application Extension Mapping | 27 Nov 2005 09:47 GMT | 3 |
Add/Edit Application Extension Mapping the OK button on Add/Edit Application Extension Mapping is perminantly disabled even when i specify my executable and extension. how to fix? I am running IIS on windows xp pro for development.
|
| New Security Features with .NET 2.0 | 26 Nov 2005 08:56 GMT | 7 |
I've read a little bit about the new security features of .NET 2.0. I'm looking for a few special functions.... - Can I request a certificate? ... - Can I access a smartcard? Perhaps with PKCS#11? ...
|
| encryption | 25 Nov 2005 13:52 GMT | 2 |
don't know if anyone can help me i am trying to find some examples so that i can encrypt some credit card details in a database and extract the decrypt data when required. but i am new to the cryptography side of programming
|
| ADSI - Adding a user and enabling them (can add can't enable) | 24 Nov 2005 03:22 GMT | 1 |
Hi, I have written an ASP.NET 2.0 application that uses Active Directory or ADAM to manage account users - the site has a page that allows people to create an account (much like any site). The page populates the AD with all the
|