Posted on 30 June 2010, 12:09, by Ola, under
IIS.
We have moved one of our servers to a VPS. After crash we had to restore the VPS from a backup and when the server was restored we got a couple of strange errors with our IIS server. The server is a Windows Server 2008 R2 and some of the errors i got where. Windows [...]
I just spent two hours trying to hide the submenu for a menu item that is not selected in the new menu system in WordPress 3.0. First i found this post in the WordPress forums where someone had built a “Custom Walker” but it was for a slightly different scenario and it was also a [...]
Posted on 22 June 2010, 20:18, by Ola, under
IIS,
Wordpress.
I have just installed two servers with IIS 7 and IIS 7.5 and i have had all sorts of problems with IIS file uploads. Issues with permissions for PHP and WordPress. Apparently with PHP you must give your IIS_IUSRS (What is the diffrence between IIS_IUSRS and IUSR btw?) user permission to both your temp direct [...]
Posted on 01 June 2010, 14:33, by Ola, under
C#,
LINQ.
This is another awesome feature in LINQ to SQL that i always forget about. Sometimes you have an array of strings or any other type and want to query the database for all values that have one of the values in the array. string platform = “windows|linux”; string[] platformList = platform.Split(‘|’); itemQuery = from m [...]