Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, February 2, 2010 9:53 AM
I am getting this error message
The 'meta' start tag on line 56 does not match the end tag of 'head'
when trying to use facebook connect api from code project on IIS7.0 , windows server 2003. Its fine on my Local XP machine.
All replies (2)
Tuesday, February 2, 2010 11:55 PM
Hi,
Is Your Meta tag is closed..
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
and Chk other tags should also be Closed.
Wednesday, February 3, 2010 6:53 AM
Make sure your meta tag is inside the <head> </head> tags
and make sure the meta tag is closed as well ;)