Re: [ADVANCED-DOTNET] Key storage.

2008-03-20 Thread Adwait Ullal
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

Re: [ADVANCED-DOTNET] static class interface

2007-05-25 Thread Adwait Ullal
Regardless of .Net or otherwise, isn't it OO 101 that: an object is an instantiation of the class ? - Adwait -- Adwait Ullal e: mailto:[EMAIL PROTECTED] w: http://www.adwait.com l: http://www.linkedin.com/in/adwait j: http://finance.groups.yahoo.com/group/AdwaitsDotNetJobs On 5/

Re: [ADVANCED-DOTNET] Smart Client Logging

2007-04-05 Thread Adwait Ullal
If you're within a corporate network, you might want to consider logging it to the Windows Event log so that your Enterprise Management systems can monitor those logs and alert you of the problems. Hope that helps (though I did not answer your exact question). - Adwait -- Adwait Ull

Re: [ADVANCED-DOTNET] System.DirectoryServices - same code -- different behaviour

2006-11-29 Thread Adwait Ullal
Dimitrios: im.ImpersonateUser(User.DOMAIN, AD_ACCOUNT, AD_ACCOUNT_PASSWORD, true); In ASP.Net, it will be the IIS user, which perhaps has no privilege to the AD. HTH - Adwait -- Adwait Ullal e: mailto:[EMAIL PROTECTED] w: http://www.adwait.com l: http

Re: [ADVANCED-DOTNET] Wenfeng Gao is out of the office.

2006-08-17 Thread Adwait Ullal
So that s/he can have automailer that says "Wenfeng Gao is *in* the office"? - Adwait -- Adwait Ullal e: mailto:[EMAIL PROTECTED] w: http://www.adwait.com l: https://www.linkedin.com/in/adwait j: http://finance.groups.yahoo.com/group/AdwaitsDotNetJobs On 8/17/06, Ernst Kusch

Re: [ADVANCED-DOTNET] Cool open source

2006-06-02 Thread Adwait Ullal
Perhaps this thread should move to DOTNET-ADVOCACY[1] also hosted by DevelopMentor? [1] http://discuss.develop.com/dotnet-advocacy.html - Adwait -- Adwait Ullal e: mailto:[EMAIL PROTECTED] w: http://www.adwait.com l: https://www.linkedin.com/in/adwait j: http://finance.groups.yahoo.com/group

Re: [ADVANCED-DOTNET] Free Gmail Accounts

2005-06-03 Thread Adwait Ullal
No fair ... I have only 50 :( -- Adwait Ullal e: mailto:[EMAIL PROTECTED] w: http://www.adwait.com j: http://finance.groups.yahoo.com/group/AdwaitsDotNetJobs b: http://dotnetjunkies.com/WebLog/adwait On 6/3/05, Mike Andrews <[EMAIL PROTECTED]> wrote: > > Yes, I

Re: [ADVANCED-DOTNET] Most appropriate design pattern to use for ...

2005-03-29 Thread Adwait Ullal
Design Patterns Explained: A New Perspective on Object-Oriented Design (Second Edition) by Alan Shalloway and James R. Trott http://www.netobjectives.com/dpexplained/ HTH - Adwait -- Adwait Ullal e: mailto:[EMAIL PROTECTED] w: http://www.adwait.com j: http://finance.groups.yahoo.com/group

Re: [ADVANCED-DOTNET] Exception Handling

2005-02-24 Thread Adwait Ullal
Sarvjith: See Tom Hollander's (EntLib Program/Product Manager (?) Manager) blog post: http://weblogs.asp.net/tomholl/archive/2005/02/14/372512.aspx It's in the works ... and labeled as vNext. HTH - Adwait -- Adwait Ullal e: mailto:[EMAIL PROTECTED] w: http://www.adwait.c

Re: [ADVANCED-DOTNET] validate an xml string

2002-08-14 Thread Adwait Ullal
Greg: You'll have to use the XMLValidating Reader ... check out: ms-help://MS.VSCC/MS.MSDNVS/cpguide/html/cpconvalidationofxmlwithschemas.htm (watch for URL wrap) HTH - Adwait Original Message Follows From: Greg Robinson <[EMAIL PROTECTED]> Reply-To: "Moderated discussion of advanced