Add this to your bookmark can be easier to debug Umbraco Macro error
javascript:window.location=window.location+'?umbDebugShowTrace=true';
Add this to your bookmark can be easier to debug Umbraco Macro error
javascript:window.location=window.location+'?umbDebugShowTrace=true';
After looking around to fix things, finally I reliase that my session is always null in Umbraco.
Which is unexpected accident for umbraco, and after couple hours, luckily I found the reason and how to solve it.
Here is the reference.
you just need to add in web.config if you use IIS7
<modules runAllManagedModulesForAllRequests="True">
· Reason why not to use captcha
· Simple solution just add 1 more input field hidden by CSS – this need to be check if it is filled means it’s filled by bot.
http://damienkatz.net/2007/01/negative_captch.html
· More explanation : http://nedbatchelder.com/text/stopbots.html