<ChristophDotNet
desc="My angle on brackets" />
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
BizTalk
BPEL
DevDays
Indigo
Innovation
OBA
Orcas
PDC
Popfly
Silverlight
Tablet PC
Virtual Earth
Visual Studio
VSTO
Web Services
Windows Live
Windows Mobile
WPF
WSE
XML
XML 2003
XmlSerializer
Zune
Navigation
Home
Blogs
Archives
September 2008 (2)
August 2008 (2)
June 2008 (1)
May 2008 (2)
March 2008 (1)
November 2007 (2)
October 2007 (7)
July 2007 (2)
May 2005 (1)
April 2005 (1)
March 2005 (2)
January 2005 (6)
December 2004 (1)
November 2004 (5)
October 2004 (3)
September 2004 (3)
August 2004 (4)
July 2004 (2)
June 2004 (3)
May 2004 (12)
April 2004 (1)
March 2004 (6)
February 2004 (5)
January 2004 (10)
December 2003 (1)
November 2003 (2)
October 2003 (11)
September 2003 (10)
August 2003 (7)
Affiliations
ADNUG Director Of Technology
Microsoft MVP XML .NET
Board Member XMLInsiders
March 2004 - Posts
0
Comments
DevDays: Deploying Application Secrets
by
ChristophDotNet
One question that I didn't have time to address during the OpenHack talk is how the encrypted encryption key, the entropy for the DPAPI calls and the connection string to access the Awards database are encrypted and stored in the registry. I mentioned...
Filed under:
.NET
,
DevDays
2
Comments
Speculating On Indigo, again
by
ChristophDotNet
Time for me to start my next round of Indigo speculations. Microsoft-watch.com had some articles speculation about a server OS release: http://www.microsoft-watch.com/article2/0,1995,1543491,00.asp and another one that rumors that the Longhorn shipdate...
Filed under:
Indigo
2
Comments
Jeff's looking for the web services dial tone
by
ChristophDotNet
Jeff Schneider wrote : Web Services are failing and I know why. I read on and I understand where he's going, but I think he's just a little impatient. He's looking for a consumer side killer app. Looking back at the past few years, how fast is the adoption...
Filed under:
Web Services
1
Comments
DevDays: Restricting access to IIS websites.
by
ChristophDotNet
One of the questions that came up after the Open Hack session in Houston was how do I restrict access to IIS once I detected an attack from a specific IP address? On a server OSs you can "lock out" requests coming in from specific IP addresses or subnets...
Filed under:
.NET
,
DevDays
16
Comments
DevDays: A simple way to configure a domain account to access the database
by
ChristophDotNet
The web track sessions at DevDays highlights how important it is to access SQL Server using a trusted connection. However, the OpenHack sample application “cheats” because the web site and the database run on the same machine and you can simply...
Filed under:
.NET
,
DevDays
3
Comments
DevDays: OpenHack and encrypting the encryption key
by
ChristophDotNet
If you take a look at the code for the Open Hack application, you may notice that sensitive information is encrypted using an application specific encryption key, but the sensitive information in the registry is encrypted using the DPAPI functions. Now...
Filed under:
.NET
,
DevDays
More Posts