Last week I had to recreate a development environment for a EPiCMS 5 SP1 R2 (a mouth full), the problem was all I had to go from was the production environment. The production is running on Windows Server 2008 R2, SQL Server 2008 R2 and so on. So i started by just copying the EPiServer [...]
asp
Failed to access IIS metabase
I was trying to get on ASP.NET application to run on IIS5, but i got an error “Failed to access IIS metabase”. The error can be caused due to the user ASPNET don’t have access to IIS metabase, or the ASP.NET is not installed in the IIS properly. To fix this issue, start the command [...]
PHP to ASP.NET [CSharp]
After working with C# all summer, I have been having thoughts about moving from PHP to ASP.NET (mainly C#). All summer I have been wondering why it was that I never tried C# before, with the improvements in C# 3.0+ like Windows Connection Foundation [WPF], Windows Presentation Foundation [WPF], Linq, etc. it is hard to [...]
Browser specific CSS
A month ago I wrote about how to write IE specific CSS code, it is all fine, but what should be done if you have to pass W3c Validation (IE hack is not specified in any CSS standard). After looking around a bit I found out, that it is batter to make one CSS file [...]