ASP.NET session state store provider for MySQL (2nd Update)

A couple of days ago I received an email from Steven Davis. He proposed some brilliant enhancements to the MySQL session state store provider. Thanks to him, I am able to provide a new release of it today. New features he incorporated into the provider are: added cluster db support: the ability to retry within a cluster of servers, the web.config can then use connectionStringList="," fixed timeout Minutes to TotalMinutes changed namespace to Kimpel.MySqlSessionDll to make debugging clearer Release v.03 now also supports MySQL Connector/Net 6.2. I also added a SQL script to create the necessary sessions table. ...

December 2, 2009 · 1 min · 113 words · Harry Kimpel

ASP.NET session state store provider for MySql (Update)

As Joel (original URL https://cid-a4e6342ee2ff07cb.profile.live.com/) and Ciprian Tarta (original URL https://cid-9e17649272bd0cd7.profile.live.com/) mentioned, the code for the MySQL session state store provider contained a little bug in the RemoveItem method. I fixed this bug and also tried to re-format the document. You can download the document here: https://www.kimpel.com/FileDownloader.aspx?file=MySqlSessionStateStore v.0.2.zip. Enjoy!

June 23, 2009 · 1 min · 49 words · Harry Kimpel

The hassle of installing VS 2008

… or rather: good things come to those who wait. Yesterday, I planned to install Visual Studio 2008 on a Vista machine. Sounds like not much of a challenge, but the problem was that I previously installed VS 2008 Beta2. I knew that there might be things to consider, so I followed Scott Guthrie’s blog post where he describes all necessary steps to uninstall VS 2008 Beta2 before installing the VS 2008 Final Release. During uninstall everything went just fine. So, I started VS 2008 setup. It first installed .NET Framework 3.5 which seemed to be okay. But then suddenly the setup stopped without any reason or error message. ...

December 7, 2007 · 2 min · 300 words · Harry Kimpel

Silverlight Surface

It’s been a while since I first heard about Microsoft® Silverlight™ (formerly known as Windows Presentation Foundation / Everywhere or rather WPF/E). I read a good amount of documentation, downloaded Beta and even Alpha versions and played around with it trying to understand the way it works. Then, one day I found an awesome example showing pictures in a way I haven’t seen before in a web environment. That was it … I had to include it on my website. ...

September 13, 2007 · 1 min · 182 words · Harry Kimpel

ASP.NET session state store provider for MySql

As I mentioned earlier here, my website ultimately is .NET ready . Since I have quite a number of photos online that are off the record, I wanted to ‘protect’ them using forms authentication (within the former web hosting package developed in PHP I was using .htaccess and .htpassword files in order to protect complete directories). So, from my professional experience, I know that saving data in session is feasible. However, the problem comes with a clustered environment that you usually run into in production environments. One possible solution now is to store session data in a database. Since the package I ordered at Easy CGI does not come with a MS SQL Server database (unless you add it as an additional feature to your package) you are limited to MS Access or MySql as your database management system … well, this actually isn’t that much of a choice since MS Access is not really suitable in a multi-user environment. ...

July 10, 2007 · 2 min · 361 words · Harry Kimpel

ASP.NET/IIS hangs - Visual Studio stops responding when you try to create/access an ASP.NET project

I just found a solution to the issue in the subject. I had the problem a while ago and the only resolution was to re-install my machine. Today I had the same issue again after installing (what I figured out) an UMTS software on my machine. ASP.NET and IIS worked just fine before, but after installing the UMTS software this morning I had the same problems again. I googled and fortunately found this post. The resolution is just to run the little application attached. This will remove the bmnet.dll installed and will fix settings within the windows socket layer. It worked for me.

July 4, 2007 · 1 min · 103 words · Harry Kimpel

RsKeyMgmt: German culture (no response)

One thing that quite frequently happened to me: I worked with MS SQL Server Reporting Services for quite a while, due to some reason (that I cannot assign right now) while accessing the ReportManager I get the following error message “Failed to decrypt symmetric key”. The suggestion now is to run RsKeyMgmt to delete all encrypted content and to run RsConfig to re-generate a new key. However, when running RsKeyMgmt on my machine running a German version of Windows XP I get the following: After I type in J and click on ENTER nothing happens. It just doesn’t do anything. I googled for solutions but just couldn’t find anything. The only way to get RS back to work was to reinstall it. This happened quite a few times to me until I found this post (original link: https://www.developmentnow.com/g/115_2005_1_0_0_454625/rskeymgmt-gives-no-response.htm) from Brian Welcker. So, the simple solution to this is to type in Y instead.

July 4, 2007 · 1 min · 153 words · Harry Kimpel