Re: [ADVANCED-DOTNET] Receiving an http post.

2008-07-08 Thread Robert Lee
Mark, Is this ASP, or a Windows app? Rob -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Mark Nicholls Sent: Tuesday, July 08, 2008 9:44 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Receiving an http post. I've

Re: [ADVANCED-DOTNET] Thread implementation issue

2008-03-28 Thread Robert Lee
Per, You may have a chance if you use a combination of methods but, as others have pointed out, once someone is logged in as admin, they pretty well own you. I'll relate my solution as it may help out. I need a shared encryption key for one of my services (last week's thread). My solution, while

Re: [ADVANCED-DOTNET] Key storage.

2008-03-24 Thread Robert Lee
at 2:25 PM, Robert Lee <[EMAIL PROTECTED]> wrote: > > Thanks for the suggestion. I have a routine that creates a key from a > password, using SHA512. The problem is distributing the password, or the > key. > Right. If you go with the derived key approach, you must derive t

Re: [ADVANCED-DOTNET] Key storage.

2008-03-20 Thread Robert Lee
Behalf Of Steve Johnson Sent: Thursday, March 20, 2008 3:39 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Key storage. I would suggest you either derive the key from a strong password or encrypt the key using a certificate. -- Steve Johnson On Thu, Mar 20, 2008 at 1:27

Re: [ADVANCED-DOTNET] Key storage.

2008-03-20 Thread Robert Lee
Rob, Perhaps you can use a tool like aspnet_setreg or an equivalent to store the key in the registry during install? - Adwait -- Adwait Ullal w: http://www.adwait.com p: (408) 898-2581 On 3/20/08, Robert Lee <[EMAIL PROTECTED]> wrote: > > Maybe someone can help shed some light on th

[ADVANCED-DOTNET] Key storage.

2008-03-20 Thread Robert Lee
Maybe someone can help shed some light on this subject for me. I am encrypting several values (using AES) before storing them to an xml file, and I have yet to find an example, or explanation of how to get my key into protected storage the first time. The examples I've seen so far create a rand

Re: [ADVANCED-DOTNET] Boxing/Unboxing & Don Box

2008-03-07 Thread Robert Lee
That's easy enough to fix! -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Adam Sills Sent: Friday, March 07, 2008 10:49 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Boxing/Unboxing & Don Box This is seriousl

Re: [ADVANCED-DOTNET] SVN client for VS 2008

2008-01-22 Thread Robert Lee
Another happy VisualSVN over VS 2005/2008 customer here. Worth every penny of the $50. Rob -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Geoff Taylor Sent: Tuesday, January 22, 2008 5:42 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subj

Re: [ADVANCED-DOTNET] Robust file copy

2007-12-18 Thread Robert Lee
Also take a look at http://www.codeproject.com/KB/IP/sharpBITS.aspx -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Pardee, Roy Sent: Tuesday, December 18, 2007 1:25 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNE

Re: [ADVANCED-DOTNET] Increased Security

2007-11-19 Thread Robert Lee
I've noticed more banks and credit card companies doing this sort of additional authentication (pictures, passphrases, etc). For instance my bank recently had me choose 3 security questions from a list of about 10. Things like the name of the city you were born in, favorite color, fathers middle n

Re: [ADVANCED-DOTNET] VS 2005 Comments

2007-11-15 Thread Robert Lee
Just had an additional thought... make sure that "Xml Documentation File" is checked under the build tab, of the properties dialog. Otherwise there won't be a file to distribute! HTH, Rob -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of R

Re: [ADVANCED-DOTNET] VS 2005 Comments

2007-11-15 Thread Robert Lee
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Lee Sent: Thursday, November 15, 2007 10:54 AM To: 'Discussion of advanced .NET topics.' Subject: RE: [ADVANCED-DOTNET] VS 2005 Comments Make sure that the .XML file that matches your assembly

Re: [ADVANCED-DOTNET] VS 2005 Comments

2007-11-15 Thread Robert Lee
Make sure that the .XML file that matches your assembly name is in the folder that the assembly is in. -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Russell Collins Sent: Thursday, November 15, 2007 11:48 AM To: ADVANCED-DOTNET@DISCUSS.

Re: [ADVANCED-DOTNET] Dynamic remote UI - XAML?

2007-07-27 Thread Robert Lee
Russ, Where XAML would benefit you in this situation (as far as I can tell) would only be if you were going to create a WPF app that dynamically loads the XAML file to build its UI. Your "Creator" process would need to create the XAML, or change portions of a master file. If you are not going to u

Re: [ADVANCED-DOTNET] FW: Verifying existence of mapped drives - why doesn't it work?

2007-07-12 Thread Robert Lee
Fletcher, I assume since you're in vista that you are running VS with elevated privileges (run as admin). This means that when you start the debugger in the ide you are not running in the logged in users account anymore, you are in the admin account. The easiest way to fix this for debuggi

Re: [ADVANCED-DOTNET] Service Recommendations ...

2006-10-16 Thread Robert Lee
al Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Curt Hagenlocher Sent: Monday, October 16, 2006 6:10 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Service Recommendations ... On 10/16/06, Robert Lee <[EMAIL PROT

[ADVANCED-DOTNET] Service Recommendations ...

2006-10-16 Thread Robert Lee
I need to monitor a folder structure on a remote machine, and respond to file events. I started with a service, using FileSystemWatchers to monitor the folders and all was well as long as I was testing on a local drive, however (as I now know ) A service cannot see the mapped drive (or the

Re: [ADVANCED-DOTNET] User's Programs Menu folder won't die anymore (msi)

2006-05-18 Thread Robert Lee
I would try deleting the shortcut from the installer and then recreating it -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Alex Smotritsky Sent: Thursday, May 18, 2006 4:59 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DO

Re: [ADVANCED-DOTNET] User's Programs Menu folder won't die anymore (msi)

2006-05-18 Thread Robert Lee
-Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Alex Smotritsky Sent: Thursday, May 18, 2006 4:59 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] User's Programs Menu folder won't die anymore (msi) I have a setup pro