Thanks for the reply.
regarding your first comment :
"1. Sounds like you forgot to add <location> elements to web.config?"
Where in the book can I find this issue?
regarding yoursecond comment :
"2. How are you assigning the link? Sounds like you typed it in Design View? If that's not the case, can you provide more info?"
I opened the "show table data" of the Review table.
I then changed the text to <a href="
http://www.google.co.il"></a> AS IS
When doing view source I found this:
li><a href="http://www.google.co.il"></a></li>
"<" and ">" are acronyms of "Lower than" and "Greater than", which are the "<>" tags.
The <> tags are translated into their html synonyms.
the problem can be either in the insertion of the data into the database or when the data is extracted from the database and parsed as an HTML. The insertion problem option seems unrelevant because I inserted the <a href ... manually.
Perhaps it has to do with some property.
Thanks, Dan