| Thread | Last Post | Replies |
|
| Registry access | 19 Feb 2005 21:45 GMT | 4 |
I've write console application which uses Data Protection API to hide connectionString. I use registry to store crypted data. Reading registry works OK without any security realated code. But writig registry is a nightmare for me.
|
| Web Services over IIS using SSL | 17 Feb 2005 20:11 GMT | 1 |
A healthcare company plans to secure calls to webservices using a combination of SSL, XML firewall(between iis aspx server and web services server) and using basic authentication. We plan to migrate our ldap users from our integrated security into the basic authenticatino on the ...
|
| X509 Certificates + ssl | 17 Feb 2005 19:55 GMT | 1 |
HI NG! I've got a problem regarding a secure Connection to an Exchange Server 2003 (selfsigned certificates). I've read some articles about using the ICertificatePolicy ,using a class with the function CheckValidationResult
|
| logon name variable | 17 Feb 2005 19:40 GMT | 1 |
what is logon name variable that I can use in my ASP.net to redirect users to different webform or SQL table as they logon?
|
| Need to add FullTrust to a dependent assembly | 17 Feb 2005 19:14 GMT | 4 |
My application runs in FullTest and needs to give the same trust to an assembly control which gets loaded. I would like to add the FullTrust before I load the form containing the control for the first time and then remove the trust before my app closes.
|
| using visual studio.net 2003 debugger with security problem | 17 Feb 2005 06:55 GMT | 1 |
I want to be able to use Visual Studio.net 2003 on a Windows 2000 workstation as a debugger for both classic asp web applications and Visual Basic.net web applications. I also want to use Visual Studio.net 2003 in design and test mode for code
|
| error running CreateProcessWithLogonW | 16 Feb 2005 19:29 GMT | 3 |
I want to run cacls to assign rights to a file from a vb.net dll I wrote.. Dim app As String = "cacls.exe """ + ICopyTo + """ /E /G """ + ICopyRights + """:R""" Then I want to logon as a network admin to set those rights...
|
| MAC - NTLM AUthentication | 16 Feb 2005 16:09 GMT | 1 |
I am working on the Intranet website & i need to authenticate the Users using Windows Authentication. The Windows authentication works fine with Windows OS machine, but the MAC OS Users are not able to log on the Intranet website. How do i ask the User to login when he is ...
|
| GetHashCode() | 16 Feb 2005 16:01 GMT | 2 |
Could someone tell, which hashing algorithm is used in the .Net's System.String.GetHashCode() call please?
 Signature Rahul Kumar
|
| Moving application that depends on deserialization on a CD | 15 Feb 2005 21:19 GMT | 2 |
Situation: Application runs from a CD and needs information from a serialized object. Both the serialized object and the application are on a CD and therefore in an untrusted zone. I did get File.Open to work by manipulation FileIOPermission. But
|
| .NET Remoting Security | 14 Feb 2005 01:28 GMT | 4 |
We have the client application making calls to the server using .NET Remoting. The communication is protected by authentication, authorization, and encryption, so nobody can get into the channel. Also the client and the server applications are digitally signed. Now
|
| ASP.NET web app, Win2003, & Active Directory | 12 Feb 2005 05:25 GMT | 1 |
All, I developed an ASP.NET web app on my local machine (W2K) and everything worked fine. I was able to grab all the attributes of the AD schema. I then moved my app to the development server (Win2003) and now 95% of the
|
| Code Access Security ASP.NET | 11 Feb 2005 18:31 GMT | 1 |
I have a strongly named assembly that is in the GAC. I have given the assembly access at Machine Level to both registry and EventLog. I have [Assembly: System.Security.AllowPartiallyTrustedCallersAttribute()]
|
| get computer name of client machine | 11 Feb 2005 15:13 GMT | 7 |
I need to capture client infor like computer name or current logon user on client machine from IE browser. the web app is running on an intranet. I tried running this code inside c# web.aspx, which is working fine,
|
| failing Process and impersonation connection | 11 Feb 2005 14:45 GMT | 2 |
In vb.net I impersonate a domain administrator I confirm this using: WindowsIdentity.GetCurrent().Name)) then I start a process which shells out and uses CACLS to assign a group right to a file and I get an Access Denied error message.
|