Monthly Archives: March 2010

Converting MVC 2 RC to MVC 2 RTM

Ok, this is more of a hack than a true conversion, but I haven’t noticed the difference… yet. Remember to back up what you’re not willing to lose! Remove your MVC project from your solution. Don’t delete, just remove. Then … Continue reading

Posted in ASP.Net | Tagged , | Leave a comment

Arrh! Invocation Error! NHibernate

I had started to get this annoying error when I ran my web app: Exception has been thrown by the target of an invocation. Simple fix. Add back those virtual keywords onto my POCOs that somehow disappeared. public int Id … Continue reading

Posted in NHibernate | Tagged | Leave a comment

FTP Publishing on Windows Server 2008 with Amazon EC2 – Rough guide

AS A NOTE – WEB DEPLOY IS MUCH BETTER THAN FTP PUBLISHING – Just letting you know This is my quick guide ( i.e. how i did it) on how to get FTP Publishing working on a Amazon Instance Website. … Continue reading

Posted in Amazon EC2 | Tagged , , | 2 Comments