-
Recent Posts
Recent Comments
- Dann on AWStats on IIS7 (in less steps than the closest cup of coffee. Well almost. )
- Richard on AWStats on IIS7 (in less steps than the closest cup of coffee. Well almost. )
- Dann on FTP Publishing on Windows Server 2008 with Amazon EC2 – Rough guide
- Amir Khan on FTP Publishing on Windows Server 2008 with Amazon EC2 – Rough guide
Archives
Categories
Meta
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
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
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