You’ve gone and forgotten your password? You didn’t set up your recovery email address? No, it wasn’t your fault, the client has forgotten? You inherited the site and the records aren’t right? Well whatever the reason, don’t panic. This guide will show you how to recover that account without having to do anything too drastic.
ASP.NET 5 Beta 4 “Couldn't determine an appropriate version of KRE to run”
Posted on: Saturday, 23 May 2015 13:57
I’ve started getting to grips with the new ASP.NET 5 project system and during the course of this process I’ve encountered a few glitches. This time a project I downloaded based on earlier beta3 code wouldn’t run for me in the browser. I found the solution to this issue in this article.
ASP.NET 5 Beta 4 "The Debugger cannot continue running the process. Unable to start debugger"
Posted on: Friday, 22 May 2015 13:00
I’ve just started getting to grips with the new ASP.NET 5 project system and its friends. As everything is still in development there are still some kinks being worked out. Here is a quick solution if you see an error saying "The Debugger cannot continue running the process. Unable to start debugger".
ASP.NET 5 Beta 4 “The 'prepack' script failed with status code 99”
Posted on: Thursday, 21 May 2015 12:05
I’ve started getting to grips with the new ASP.NET 5 project system and during the course of this process I came across a compilation error “The 'prepack' script failed with status code 99”. It was a pretty easy fix which I’ve detailed below.