| Thread | Last Post | Replies |
|
| Restricting Dot Net Access on a hosted server | 31 Mar 2006 23:45 GMT | 3 |
A while back I had a customer that wanted to host a Dot Net web site on one of my servers. We went ahead and installed v1.1, the customer was happy and didn't seem to have any problems. Then we had a second customer who wanted Dot Net on their web site and we found that the two ...
|
| Gracefully stopping a .NET 2 app on .NET 1.1 fcl system | 31 Mar 2006 19:01 GMT | 5 |
*Without* using a deployment/setup project, is there a graceful way of stopping a .NET 2 app. at start of execution on a .NET 1.1 fcl system? (or is it best just ot let the CLR (or PE .. CLR invoker) inform you ? - Mitch
|
| Encrypting connection strings across dev environment | 31 Mar 2006 16:40 GMT | 3 |
I'm in the process of trying to create a template ASP.NET 2.0 web site for all the developers in my group. I'd like to encrypt the connection strings for commonly used databases and put them in every developer's machine.config file. However, I'm not sure the best encryption to ...
|
| if I encrypt key data why do I want or need SSL? | 31 Mar 2006 14:29 GMT | 12 |
Just curious why people freak out about not having SSL and/or having a SQL Server port 1433 open. If I do the following why do I care about SSL or port 1433? 1. 40 character passwords for all SQL accounts
|
| Windows Service reg key access fails | 31 Mar 2006 14:20 GMT | 1 |
I've built a .net 2.0 Windows Service that accesses a Registry key shortly after startup. On one XP Pro SP2 I build the service and referenced libs, deploys the servie, starts it up, and it runs fine.
|
| file permission on Windows 2003 | 31 Mar 2006 12:57 GMT | 3 |
i am writing a code for export data to excel, it is working smooth on windows 2000 platform. After I upload to windows 2003 server, FileInfo object always has problem: the FileInfo object can't access and always return "Access is denied"
|
| SecurityPermission problem | 30 Mar 2006 18:29 GMT | 3 |
I'm trying to understand how to use CAS, and found something strange. I'm trying to deny my program of a few permissions to see what happens. I created a small program that creates the file c:\hello.txt and exits: [assembly: FileIOPermission(SecurityAction.RequestRefuse,
|
| Security issue running unmanaged code in a win form ctrl hosted in | 30 Mar 2006 15:57 GMT | 3 |
Security problem running unmanaged code (.ocx control) in a windows from control hosted in IE6 Hi, I have design a windows from control which contain a .OCX in one of its
|
| Alternative to APTCA AllowPartiallyTrustedCallersAttribute? | 30 Mar 2006 15:09 GMT | 3 |
So I have the following situation: 0. I have a web app in an intranet setting. 1. I have a .Net 2.0 user control that i want to embed/host in IE. 2. It relies on a 3rd-party COM dll.
|
| Custom Security | 30 Mar 2006 15:08 GMT | 1 |
Is there a tutorial to create custom permissions and deploy/import it in Visual Studio IDE source
|
| Problem using ASP.NET 2.0 Membership and Roles | 30 Mar 2006 14:10 GMT | 1 |
I have set-up my web app to use ASP.NET 2.0 membership and roles. It works OK on my local Windows XP Professional PC but when I upload the site to our Windows 2003 development server it doesn't. The local and development server web sites both point to the same SQL Server 2005
|
| VB.NET Role-Based Access | 30 Mar 2006 13:19 GMT | 5 |
Am trying to implement some security on my program. This program will be run on a number of machines across the globe. I have created a number of user groups which contain the access priveleges of the windows users but as they are not builtin groups I cannot do as below!
|
| RSACryptoServiceProvider functioning differently in 2005 (vs.2003) | 29 Mar 2006 22:42 GMT | 2 |
The following code works fine in VS2003 (.Net 1.1). However, in VS2005 (.Net 2.0) it throws a "Bad Data" exception on the decrypt line! (Although this example may seem pointless, it is just the pertinant lines from larger source code. It was consolidated to highlight the error).
|
| How to troubleshoot 401 error when connecting using NetworkCredent | 29 Mar 2006 18:50 GMT | 12 |
Reposting here as no reply on the remoting NG or on the remoting forum: also it's not specifically related to remoting as I get exactly the same result when connecting to a WebService hosted in IIS. Original post is here:
|
| How to call wrappers for the Crypto API like xxCryptoServiceProvid | 29 Mar 2006 03:53 GMT | 2 |
I would like to create a class similar to RSA and MD5 CryptoServiceProvider. I need to call CryptAcquireContext in the .ctor and call CryptCreateHash, CryptHashData, CryptDeriveKey, CryptDecrypt, CryptEncrypt etc In the .ctor RSA and MD5 CryptoServiceProvider and other classes ...
|