thiagocavaloti / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

ASP.NET MVC 4 | Web.config | <runtime> section can't use a configSource setting #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Open your Web.config.
2. Edit the <runtime> section to use a configSource setting.
3. Trigger an HttpPost for the Recaptcha.
4. The arguments captchaValid and captchaErrorMessage are null.

What is the expected output? What do you see instead?
Expected a true or false. Received a null.

What version of the product are you using? On what operating system?
ASP.NET MVC 4 / Recaptcha 1.0.5.0

Please provide any additional information below.

Original issue reported on code.google.com by luf...@gmail.com on 23 Apr 2012 at 10:32

GoogleCodeExporter commented 9 years ago
Investigating. The only reason I can see right now is because OnActionExecuting 
not called by the framework. Are you sure there is no underlying error that 
happens before this event is raised?

Original comment by adrian.g...@gmail.com on 31 Jul 2012 at 5:33