I have a ASP.Net web app that makes use of the IE WebControls treeview. The IE WebControls installation was done correctly. Everything is fine when I browse to the app e.g. www.[mydomain]/[app].
My problem is as follows: I have registered a domain and it's pointing to my server. In IIS I set it up to forward to the correct virtual folder (app).
I.e. when I go to www.[registereddomain], it points to www.[mydomain]/app. Fine, but now the treeview does not work. It gives a JavaScript error stating:
"Object required... treeview.htc"
Can anyone help me with this? I am busy moving to ASP.Net 2.0 (and would rather use the new treeview), but need to sort this out quite urgently!
Thanks in advance
My problem is as follows: I have registered a domain and it's pointing to my server. In IIS I set it up to forward to the correct virtual folder (app).
I.e. when I go to www.[registereddomain], it points to www.[mydomain]/app. Fine, but now the treeview does not work. It gives a JavaScript error stating:
"Object required... treeview.htc"
Can anyone help me with this? I am busy moving to ASP.Net 2.0 (and would rather use the new treeview), but need to sort this out quite urgently!
Thanks in advance