| Thread | Last Post | Replies |
|
| Security Exception thrown | 25 Jan 2006 06:33 GMT | 1 |
Hai, I've paste the shortcut of the exe in another computer which that connected with my computer via LAN. But when I tried to execute the shortcut of the exe it pop up Just- In-Time debugging where the error
|
| signing and encrypting | 24 Jan 2006 18:15 GMT | 1 |
I have implemented a application, which encrypts and signs XML documents. Each time when the application runs, a XML document will be signed or encrypted, and a secret key will be created, which can used to verify or to decrypt the XML document.
|
| Request.IsAuthenticated returning false when it shouldn't | 24 Jan 2006 15:55 GMT | 1 |
I'm having troubles with reading Request.IsAuthenticated in Application_AuthenticateRequest. I have a scenario where I end up with two .ASPXAUTH cookies, and there's no way in the world I can get rid of both of them. I set a new one, but it doesn't matter - IsAuthenticated
|
| COM and Windows control on webpage | 24 Jan 2006 13:44 GMT | 2 |
I have a windows control dll in my root folder and embedded it on a webpage which works fine. I then tried to make a reference to a COM object in the control which needs to run on the client machine. I copied the dll for this object into the root
|
| need help immediatly | 23 Jan 2006 19:55 GMT | 1 |
I am subscriber of these group and i need immediate help for my problem My problem as under I am using Asp.net "aspx" and Database is oracle 10g I am storing a "jpeg","jpg","img" all image file in to database using
|
| Session variable. Secure ? | 23 Jan 2006 15:09 GMT | 3 |
I'm developing a secure app. So I have a connectionstring in my web.config. That string is encrypted. So it must be decrypted when I want to use it. The question is, do I have to call the decrypt procedure every time (which is a LOT of times), or can I do it once, and then have ...
|
| Thread security | 23 Jan 2006 11:27 GMT | 6 |
I have a client/server scenario where I need the client to impersonate a specific account, depending on rules established on the server. Essentially this a call back event that happens occasionally where the server needs to temporarily elevate the clients permissions to do some ...
|
| System.Security.SecurityException: Request failed. | 23 Jan 2006 09:00 GMT | 7 |
I'm getting the following error when running a VB.NET 2.0 user control within Internet Explorer (i.e. embedded as an object in an HTML page): "Microsoft .NET Framework Application attempted to perform an operation not allowed by the
|
| Having problem with Encryption using CryptoAPI | 21 Jan 2006 09:09 GMT | 2 |
Hi I Have following program. When I run this program and try to encrypt the file using the "Encrypt" button, the file gets encrypted. But every time i do encrypt, I get a different output.
|
| use CAS demand or not? | 20 Jan 2006 21:12 GMT | 2 |
If CAS policy is setup to deny an assembly ANC the permission FileIOPermission, then if the assembly attempts to do File IO, the .NET FW assembly that handles file IO should catch it, right? It shouldn't be necesarry to put a check for FileIOPermission in the assembly
|
| web service security that is interoperable | 20 Jan 2006 21:07 GMT | 2 |
What is the most secure option for web service security that is also easily interoperable between .NET and java, or other technologies? Suppose you are developing a .NET WS, and plan to have many callers using many different technologies, which mechanism would you choose for
|
| security issue with with windows service account | 20 Jan 2006 16:28 GMT | 2 |
My windows service application contains an IpcChannel which listens msg from client. If I install it with MyServiceProcessInstaller.Account="LocalSystem" or "LocalService", or "NetworkService". Then I got an exception
|
| Publisher Security | 20 Jan 2006 14:46 GMT | 1 |
Can anybody describe me why this code: string assemblyPath = "myassembly.dll"; X509Certificate cert = X509Certificate.CreateFromSignedFile(assemblyPath); Evidence evidence = new Evidence();
|
| Problem with Security- | 19 Jan 2006 17:23 GMT | 1 |
I have a problem with security-settings in a .NET Application. The application has a strong name and is full trusted ("Trust an assembly" - Full Trust),
|
| Which Certificate store does IIS look at | 19 Jan 2006 14:22 GMT | 3 |
Which certificate store does IIS look at when someone tries to send something through SSL to your website. Thanks, paul
|