Life, Surf, Code and everything in between
White Papers
|
Free Tools
|
Products
|
Message Board
|
News
|
Navigate
Web Log Home
Site Home
Subscribe to Feed
Contact
Search
Posts - 1043
Comments - 11674
since 1997
My Links
Photo Album
My Noise
Message Board
Now Reading
Collapse: How Societies Choose to Fail or Succeed
by Jared Diamond
The Return of History and the End of Dreams
by Robert Kagan
Pro JavaScript Techniques
by John Resig
Rick's Twitter Feed
Log In
User Name:
Password:
Rembember me
Weblog Posts in March 2004
VS2005 Installation - Success at last with IIS and ASP.Net
March 30, 2004 @ 8:41 pm
After a little help from several folks at Microsoft I finally managed to get the VSNet 2005 Community Distribution to run ASP.Net 2.0 properly after my original install disasters. The problem turns out to be a fault in the installer which incorrectly creates registry entries for the ASP.Net mappings in the registry. These registry keys are corrupt and point at bogus filenames.
7 comments
Detecting and setting the Locale on the Current ASP.Net Web Request
March 28, 2004 @ 9:10 pm
Here's a useful tip on how to switch the Locale in your Web Applications to provide proper number and date formatting for users from different countries. Detect the Locale and then switch the current request to this Locale to provide a more customized user experience.
24 comments
More problems with the VS2005 Community Preview after VPC install
March 28, 2004 @ 8:13 pm
After having problems a few days ago with the VS.Net Community Preview I tried again, to the tune of a whole new set of problems...
6 comments
ASP.Net Failures Installing with VSLive VS2005 Build
March 26, 2004 @ 1:55 pm
I went ahead and tried to install the new VS2005 beta I picked up at VSLive this week. Unfortunately I haven’t had much luck with it – it killed all of ASP. Net and worse the IIS Management Console. It looks like there’s a failure registering various virtual directories under ASP. Net 2.0. But the real bummer is that it crashes the IIS Admin console. As soon as I bring up the management console and right click on a Web site the MMC blows up with an exception.
23 comments
Weird WinForms MultiLine TextBox and Scrollbar Controls issue
March 15, 2004 @ 11:26 pm
I've run into a very strange problem that I cannot solve in WinForms. I have some forms in my application where any control that has a scrollbar has a 5 point or so margin in the controls client area. For example a text box that is multi-line (and thus has a vertical scroll bar) looks like it has an indent compared to a single line text box.
7 comments
Of Server Troubles
March 15, 2004 @ 11:16 pm
For the first time in about 10 years I've had a major server failure that took my Web server down completely. Over the years I've had lots of minor failures and problems with the software (especially windows) and there have even been a few nasty virus infection. But overall I've had very, very few problems and I've always managed to keep the server up and running and fix whatever problem presented itself immediately without any long downtime.
1 comment
Updated Configuration Class Article and Code
March 08, 2004 @ 4:26 pm
I've updated the Building a better .Net Application Configuration Settings Class article and code. There have been a number of additions to the class including support for writing to external .Config files and writing to custom sections.
1 comment
Adventures in Debugging an ASP.Net Control at design time
March 07, 2004 @ 5:51 pm
Today I had a hell of a time trying to debug a problem with an ASP.Net server control. The Control was working just fine at runtime, but I noticed that in the VS.Net designer it always showed as an error button (red text name of the control rather than the rendered control). In fact, it was a specific interface I was creating and implementing on a set of controls and all controls with this interface were failing in the designer.
15 comments
Open Source and making money
March 03, 2004 @ 12:49 pm
There's an interesting letter I ran into at (of all places) Slashdot regarding open source and making a living and how it relates. I have my own thoughts on this topic that goes beyond just the open source debate...
4 comments
Configuration File Settings and ASP.Net Security
March 02, 2004 @ 3:08 pm
Somebody brought up a good point about my Configuration Settings class today that I failed to mention in the article: Security requirements for an ASP.Net application to be able to actually make changes to the .Config file.
31 comments
Building Demo/Shareware ASP.Net app distributions
March 01, 2004 @ 2:17 am
Recently I built an application (West Wind Web Store) that I wanted to distribute as a shareware app for people to download and play with to try out the software. This being an ASP. Net application the problem was how to protect this application so that it can’t just be used without restrictions while still allowing some access to the programmatic interface (allowing pages to be edited for example). I’d done this sort of thing for WinForm apps all the time
13 comments
Archives
November, 2008 (6)
October, 2008 (8)
September, 2008 (13)
August, 2008 (18)
July, 2008 (8)
June, 2008 (8)
May, 2008 (11)
April, 2008 (16)
March, 2008 (21)
February, 2008 (13)
January, 2008 (15)
December, 2007 (24)
November, 2007 (13)
October, 2007 (17)
September, 2007 (21)
August, 2007 (27)
July, 2007 (26)
June, 2007 (20)
May, 2007 (17)
April, 2007 (17)
March, 2007 (20)
February, 2007 (14)
January, 2007 (26)
December, 2006 (21)
November, 2006 (22)
October, 2006 (28)
September, 2006 (26)
August, 2006 (23)
July, 2006 (23)
June, 2006 (21)
May, 2006 (24)
April, 2006 (20)
March, 2006 (27)
February, 2006 (22)
January, 2006 (19)
December, 2005 (25)
November, 2005 (22)
October, 2005 (14)
September, 2005 (14)
August, 2005 (21)
July, 2005 (20)
June, 2005 (9)
May, 2005 (18)
April, 2005 (19)
March, 2005 (26)
February, 2005 (21)
January, 2005 (20)
December, 2004 (15)
November, 2004 (11)
October, 2004 (14)
September, 2004 (15)
August, 2004 (16)
July, 2004 (6)
June, 2004 (10)
May, 2004 (9)
April, 2004 (11)
March, 2004 (11)
February, 2004 (12)
January, 2004 (14)
December, 2003 (15)
Categories
ASP.NET (158)
Personal (63)
.NET (53)
Visual Studio (45)
JavaScript (39)
AJAX (38)
jQuery (30)
IIS (27)
Vista (27)
LINQ (26)
HTML (23)
WCF (20)
CSharp (19)
ASP.NET (19)
Localization (16)
Microsoft AJAX (13)
FoxPro (13)
Windows (12)
Web Services (11)
COM (9)
ADO.NET (8)
WPF (8)
XML (8)
Web Connection (7)
Sql Server (7)
West Wind Ajax Toolkit (6)
C++ (6)
CSS (6)
Hardware (5)
Silverlight (5)
Software Development (4)
Office (4)
Security (4)
Html Help Builder (4)
ISV (4)
Bugs (4)
DataBinding (3)
Help Builder (3)
HTTP (3)
Live Writer (3)
WebLog (3)
Windsurfing (3)
Source Control (3)
Speaking (2)
RSS (2)
Tools (2)
WinForms (2)
Web Design (2)
Maui (2)
Help (2)
Installation (2)
Conferences (2)
Control Development (1)
Graphics (1)
ADO.NET (1)
IIS7 (1)
Visual Studio (1)
Addins (1)
iPhone (1)
Networking (1)
wwHoverPanel (1)
Travel (1)
Utilities (1)
Threading (1)
Web Deployment Projects (1)
RegEx (1)
SmartPhone (1)
© Rick Strahl, West Wind Technologies, 2005 - 2008