I recently upgraded from Visual Studio 2010 to the Visual Studio 2012 RC. The installer also installs IIS 8 Express which Visual Studio now uses as the default web server.>
You can convert your Delete method as POST as;
[HttpPost] public void Delete(YourDomainModel itemToDelete) { }