I am new to asp.net mvc4. I am not able to understand why i am getting conditional compilation is turned off in razor view at jquery block.\[code\] var enableSteps=0;$(document).ready(function () { var enableSteps = @ViewData["enableAllSteps"].ToString().ToLower();\[/code\]});I am getting at this line var enableSteps = @ViewData["enableAllSteps"].ToString().ToLower(); in the above.