Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service
this request. Please review the specific error details below and modify your configuration file
appropriately.
Parser Error Message: Could not load file or assembly 'System.Web.Entity, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system
cannot find the file specified.
Source Error:
Line 46: <add assembly="System.Xml.Linq, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 47: <add assembly="System.Data.Linq, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 48: <add assembly="System.Web.Entity, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 49: <add assembly="System.Data.Entity, Version=3.5.0.0,
Culture=neutral,PublicKeyToken=B77A5C561934E089"/></assemblies>
Line 50: </compilation>
This error message means you are trying to load the Assemblies likely found in .NET 3.5 Service pack one and the server you are on does not support it. Easy to fix, download the zip file below, unzip it, create a folder named “bin” sans quotes in your webroot and place the 2 files within the zip into that folder. That’s it.
Click here for the zip file.
Filed under: Technology | Comment (0)
Scripts seem to have been upgraded but the backend was not, so the scripts are looking for a field that does not exist. From my understanding may be related to core 14.
Filed under: Miva | Comment (0)
Stop hotlinking (no Image):
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com(/)?.*$ [NC]
RewriteRule .*\.(gif|jpe?g|png|bmp)$ [F,NC]
Stop hotlinking (replacing Image):
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com(/)?.*$ [NC]
RewriteRule \.(gif|jpe?g|png|bmp)$ /images/humiliatingimage.gif [L,NC]
Force traffic to WWW:
RewriteEngine On
RewriteCond %{HTTP_HOST} !www.domain.com
RewriteRule ^.*$ http://www.domain.com%{REQUEST_URI} [R]
Filed under: Technology | Comment (0)
This post is primarily for when going from 4-5 to find out what module the missing one was.
Filed under: Miva | Comment (0)
And it tastes like, umm, Hot garbage. I have actually had others agree with me on this. Hot… Garbage… But it does make me more awake then I have ever wanted to be in my life. Have at it!
Filed under: Dining | Comment (1)

I saw The Hangover last night with Amanda. Love it. I give it a 3 out of 3. Great storyline (for the most part) and great cameos.
Go Little Mac, Go!

Filed under: Movies | Comment (0)
Erik and I have returned from our beach trip this year. Points of interest:
The Naked Trucker & T-Bones show
The Unknown Hinson
Clue
Monopoly
Pizza Hut Pizza
Berry Berry Kix
our Poppop
Halo 3
70’s & 80’s Dance hits.
Filed under: My Life | Comment (0)
For all of those like me that can never remember, when looking for the OINF page, look to the OCST and ORDL pages instead.
If customer is not logged in -> OINF Goes to ORDL
If customer is logged in -> OINF Goes to OCST
Filed under: Miva | Comment (0)