Paul Wilson's .NET Blog
Ramblings from the Creator of WilsonDotNet.com
-
WilsonDotNet.com Running on .NET 1.1
My site, WilsonDotNet.com, is now running on version 1.1 of the .NET framework. Thanks to WebHost4Life.com for being easy to work with and making this happen. Alright, so it doesn't really change much, but its nice to be one of the first!
-
Renewing Domain Names
I have been using BulkRegister.com for my domains for a few years now. They added a new feature this last year called auto-renew, so I eagerly setup my domains to auto-renew. Apparently, this also has the side-effect that no emails are sent at your normal renewal time, since it is supposed to happen automatically. All the sudden this morning my domain stops resolving while I'm making some minor changes with my web-host's help, and it ends up having nothing to do with my web-host afterall -- BulkRegister just did NOT auto-renew my domain.
-
Workaround for Bug in ASP.NET Version 1.1
Changes in ASP.NET version 1.1 can generate a postback script with a bug in it. It is particularly a problem for anyone using many of the page template solutions. I posted both C# and VB workarounds on the ASP.NET forums, and here's the C# code:
-
re: AppSettings can Reference an External Config File
In reference to my last entry on "AppSettings can Reference an External Config File", John Mandia asks:
-
AppSettings can Reference an External Config File
I recently discovered that the app/web.config file can reference an external config file to get some or all of its appsettings. You don't have to name it with the extension config, but that's best since its protected from anyone browsing to it, and since it has the support of the VS.NET editor. You can have keys that are only defined in the external file, or you can override keys that were already defined in the app/web.config file. One great use of this would be to store your database connection string, or other settings that may vary from development to testing to production. I did notice that changes made to the external config file are not automatically picked up until the app restarts, but thats easy to force by simply editing the real app/web.config. By the way, this does fully work in the original version 1.0 .NET framework, although it was apparently undocumented until 1.1. Sorry if someone else wrote about this -- I can't remember where I first saw this tidbit recently -- I think it may have been in the last MSDN Magazine but I'm not sure.
-
Paul Wilson starts Blogging
It seems that everyone else in .NET has a Blog, so I am submitting to this unstoppable force. Those that follow ASP.NET probably know me already -- the rest of you are asking who am I now.