Wednesday, October 31, 2012

Error in Connecting to a Sitecore Web site through Sitecore Rocks


When I tried to create a new Sitecore Rocks connection to a Sitecore web site with the values specified in the image below, the following error occured:

The Web site does not respond.

It looks like the server address is a local web site. If the web site is running on ASP.NET Development Server, the server may not have been started yet.

Do you want to retry?


You might have already guessed the reason for this error.

But if you are like me who is not yet very experienced with configuring websites and who sometimes forgets what a "host name" is, here is the solution to that problem:
The "host name" here is the same as the "host name" of your website in IIS

Tuesday, October 30, 2012

Object of type 'System.Int32' cannot be converted to type 'System.Web.Security.Cryptography.Purpose'


After installing Visual Studio 2012 and .NET Framework 4.5 an error occurs when logging in in Sitecore (Version 6.4):

Object of type 'System.Int32' cannot be converted to type 'System.Web.Security.Cryptography.Purpose'

To fix this, change this setting in the web.config file from true to false:

<setting name="Login.RememberLastLoggedInUserName" value="false" />



This fix is from the comments section of this blog post: http://kamranicus.com/Blog/Posts/45/sitecore-and-net-framework-45

also: http://truncatedcodr.wordpress.com/2012/06/20/fix-sitecore-and-net-framework-4-5/

Tuesday, October 16, 2012

My First KnockoutJS Excercise

I am currently practicing KnockoutJS

Take a look at it: http://jsfiddle.net/jboyflaga/uhSmM/4/

I've updated my first knockout exercise to make use of control of flow binding: http://jsfiddle.net/jboyflaga/uhSmM/7/