| Thread | Last Post | Replies |
|
| Running a section of code with admin privileges | 30 Jun 2005 16:00 GMT | 3 |
This is rather similar to a post before titled "custom event log". What I want to do is use EventLog.CreateEventSource() in a remote application that will not be running admin privileges. I was hoping to find a way to temporarily allow admin privileges just to do the log event ...
|
| SSL certificates -- how are they validated? | 30 Jun 2005 15:16 GMT | 3 |
If I purchase an SSL certificate and install it on my web server, how is it validated? Anytime anyone communicates with my web server does the SSL go out to site that issued the SSL certificate to validate it? Or is this just a one time deal? Also, can certificates be ...
|
| How to encrypt/decrypt | 30 Jun 2005 12:41 GMT | 2 |
I want to to encrypt the string i've given in the text box and also have to decryprt the encrypted string. can anybody tell me how to do this one in vb.net its very urgent for me.
|
| Decryption, cookies - "Bad Data" | 30 Jun 2005 12:38 GMT | 1 |
We have just moved an application from one server to another. The site has a "remember me" option whereby the user is not required to enter in any credentials instead they are read from a cookie. We have been getting some strange errors:
|
| ASP.NET Authuntication & Authorization | 29 Jun 2005 13:50 GMT | 2 |
Please help me. I would like to know how to add more than one web.config file to an ASP.NET APPLICATION/PROJECT I want this 'coz in my web site some pages need no authuntication and authorization.anonymous users are allowed access some pages.but they are
|
| ADO.NET security in Windows App? | 29 Jun 2005 01:42 GMT | 6 |
I've coded a VB.NET windows service that uses ADO.NET to communicate with both a MS Access database and an MS SQL Server 2000 database. I'm using SQL Authentication to validate access, but I'm not sure what options I have (if any) to secure the data transmission/communicate ...
|
| Windows App user grp question | 28 Jun 2005 10:32 GMT | 1 |
I appologize in advance, but I am relatively new to any security programming. Is it possible to set up a window app, either in code or in the control panel to run or access files as a its own user, not under the logged in user, or do I have to set up the user account in advance ...
|
| asp.net client idenification | 27 Jun 2005 20:00 GMT | 5 |
I have to identify the user of an asp.net site by his windows login name (like environment.currentuser in Access). Till a few days I'm trying several scripts I've found. For example: strLogonName =
|
| Disassemble EXE? | 27 Jun 2005 15:19 GMT | 2 |
I have an application I made and I would like to be able to send it to possible employers as an example of my work so the file will be going to very software savy people. VS.net creates an EXE of your application as we all know.
|
| Appdomain.CreateDomain throws SecurityException | 27 Jun 2005 14:18 GMT | 11 |
The following exception occured when I tried to create an appdomain. "System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
|
| CAPICOM and AES Algorithm.name | 26 Jun 2005 07:41 GMT | 2 |
I am trying to encrypt a message using the CAPICOM and I want use the CAPICOM_ENCRYPTION_ALGORITHM_AES value in the Algorithm.name field. The latest version that is available in Microsoft download center (http://msdn.microsoft.com/downloads/) is cc21inst.exe and it doesn't
|
| Identifying a Machine | 24 Jun 2005 22:53 GMT | 1 |
I am trying to locate a unique machine value using C#, for an authentication process. Is there a way to find or create this value? Thanks.
|
| custom event log | 24 Jun 2005 14:52 GMT | 13 |
Has anyone successfully created a custom event log from asp.net / simply editing the Reg?! Can you share how, please?! TIA
|
| .NET SSL Client creation with Mentalis.org libraries | 22 Jun 2005 23:16 GMT | 2 |
Ok, I'm sure I'm doing something wrong, i just dont know what. I'm attemting to create a test client that connects to an existing ssl server that runs on a socket on an unix server. It uses ssl to encrypt the connections so I need such functionality in .NET C#.
|
| Asbolute ReturnUrl in asp.net 1.1 | 22 Jun 2005 22:08 GMT | 1 |
I have two servers. A login server y other server, i'm using a "cookie shared " (both servers with the same machine key) my problem is:
|