Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE WebControls (TreeView)

Status
Not open for further replies.

sb101

Programmer
Joined
May 22, 2006
Messages
2
Location
ZA
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
 
Thanks for the reply.

It can't (shouldn't) be incorrect as it works when I browse to it using www.[mydomain]/[app] (see my original message), but not when I go www.[registereddomain], which points to www.[mydomain] (and in IIS is forwarded to the [app] folder).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top