Daniel3356 / recaptcha

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

The server tag is not well formed ASP.NET webforms #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Follow instructions as on 
http://code.google.com/apis/recaptcha/docs/aspnet.html

What is the expected output? What do you see instead?
The recaptcha should show up

What version of the product are you using? On what operating system?
i am using v1.0.5.0 with .NET 4.0 targeted on my website

Please provide any additional information below.

Original issue reported on code.google.com by Ashish.C...@gmail.com on 24 May 2011 at 3:47

GoogleCodeExporter commented 8 years ago
I just implemented the exact code on the page today and it worked perfectly. I 
would recommend--

1. Removing the recaptcha control from the page and visiting the page. If the 
error goes away, its definitely the recaptcha.

2. Checking that the tag definitely has a closing tag ( />)

3. Making sure that all tag properties have double quotes, and are closed out. 
(Public_Key="key")

But everything from their site works for me.

Did you include this at the top of your page?
<%@ Register TagPrefix="recaptcha" Namespace="Recaptcha" Assembly="Recaptcha" %>

Original comment by micah.a....@gmail.com on 25 May 2011 at 2:57

GoogleCodeExporter commented 8 years ago
Thanks micah

I got the problem, I did not have a space between id and runat

ID="recaptcha"runat="server"

Original comment by Ashish.C...@gmail.com on 25 May 2011 at 6:58

GoogleCodeExporter commented 8 years ago

Original comment by adrian.g...@gmail.com on 22 Aug 2011 at 8:38