| Thread | Last Post | Replies |
|
| CAPICOM problem:cannot access certificate store | 01 Jun 2005 00:08 GMT | 1 |
Hello, Could you help me ? I am developing a web application that needs to create a signature. To do this I am using CAPICOM but I have a problem: When I try to obtain the certificate from a certificate store but I get a
|
| Protect source | 31 May 2005 08:58 GMT | 1 |
I'm creating an internet application in vb.net to. Whithout Visual studio and with the Framework 1.1 I have a lot of file, .aspx, .aspx.vb, .ascx... What is the best way to protect the source and to crypt them ?
|
| web application development user rights req | 30 May 2005 16:57 GMT | 2 |
as mentioned in the documents supplied with the VS.NET that the user need to be part of the (vs developers) group to develope and test web app. and (debbuger) group in order to debbug the app, and that no need to b part of the admin group
|
| .Net Authorization and NTFS permissions | 29 May 2005 18:45 GMT | 1 |
We get inconsistent application behavior on Authorization based on NTFS ACL Permissions. We implemented an ASP.NET 1.1 web application using NTFS ACL Authorization, and implemented a security audit logging call in the
|
| sslstream and certificates | 27 May 2005 22:31 GMT | 14 |
Using net 2.0 I try creating a sslStream from a regular networkstream as folows Socket clientSocket = serverSocket.EndAccept(result); clientSocket.Blocking = true;
|
| Impersonation through HttpModule | 27 May 2005 15:57 GMT | 7 |
Hi, all: I have a question about security in ASP.NET applications. We´ve to develop several applications. All of them with Windows integrated security in IIS. Each application must run under one domain account (each application has its
|
| DPAPI | 26 May 2005 14:01 GMT | 1 |
How does the DPAPI work when using machinestore? Does all users on the machine have access to the encrypted data? Or is it possible to set an access list? Johan
|
| IIS / SQL Server impersonation | 26 May 2005 10:27 GMT | 2 |
I am attempting to implement impersonation from a windows application to a SQL Server database via a remoting middleware application(hosted in IIS 6 on W2003 Server). I have configured the host virtual directory in IIS to require windows
|
| Access denied with interop | 26 May 2005 08:34 GMT | 4 |
The following code running in a C# windows forms application gives me an "Access denied" error message: private void Form1_Load(object sender, System.EventArgs e) {
|
| Rijndael decryption succeeds SOMETIMES | 24 May 2005 21:14 GMT | 5 |
I'm working on a solution that takes a random passphrase of a user and hashes it to produce an crypto key, which is then used to encrypt and decrypt. What we are finding is that it works on most machines all the time (throws "PKCS7 padding is invalid ..." when invalid passphrase ...
|
| How many keys? | 24 May 2005 13:14 GMT | 4 |
I am developing an application with multiple assemblies. I have all the projects contained in one solution just to make code management a little easier. However, is it recommended to have one key for strong naming for all the assemblies (projects) or should if assembly be strong ...
|
| problem:referenced assembly "XPCommonControls(a free third party component)" has no strongName. | 24 May 2005 12:05 GMT | 1 |
I use a free third component in my solution. and considering of security, I generate a Key.snk and using in this project. when i now generate this solution, the compiler told me this info: generate assembly failure -- referenced assembly "XPCommonControls(a free
|
| User id of a running Windows form app | 23 May 2005 16:46 GMT | 6 |
Computer A is running an application that needs to find a certain file in an FTP site folder that is also on computer A. The user that is logged on to computer A is the domain administrator (the computer runs 24-7 without user interaction)
|
| Security exception related to network | 23 May 2005 01:41 GMT | 4 |
I have written an application in C# which works well in a local machine. However, it gives me a security exception when I copy the .exe file to a Windows 2003 server computer in the same network and try to run it from there. The exception message that it gives me is:
|
| Data security/filtering on attribute values | 21 May 2005 17:35 GMT | 1 |
My team is developing a new software system that is replacing several existing applications. The applications being replaced focus on billing and customer relationship management. Our company is an international corporation that serves a large number of
|