-
Today I was trying to publish a Asp.net 4.5 site to our server and I received the following error; The Application pool that you are trying to use has the ‘managedRuntimeVersion’ property set to v4.0. This application requires ‘v4.5’ I thought this was odd so I went to change the App pool, only to see...
-
***** If there is any type of built in MVC support for helping find these issues please let me know ***** Ok, this may be common sense to everyone else on the net and if so… Oh Well. Tonight I was working on the MVC3 rewrite of the Dimecasts.net website and after a bit of refactoring my search feature...
-
For all the debate regarding if Captcha's are a good thing or a bad thing one thing is certain (in my book). If you do not have some way to stop spam-bots your site will become overridden with junk in a hurry. In an effort to reduce the amount of spam comments I am getting over at Dimecasts.net I...
-
If you have been using the MVC framework I am sure you are aware that in many cases there are multiple ways to accomplish the same task. One such case in point is how to render content for a View. Now I am not talking about how to render an entire View, but rather how do I render partial Views (aka user...
-
I thought I would post a quick 'Getting-Started' guide for MOSS development. This post comes from my experience learning how to develop for MOSS. This post is a quick listing of what is needed to get your environment up and running. As you may or may not already know, MOSS will only run on Windows...