We have used Obout Tree View in our application. Problem is that it works totally fine on our development server but its .HTML property is getting timed out on the client's staging server. I have checked dll version's and they are same. Also tried replacing Obout's dll on staging server as well.
Code where it gives error
UserGroupsSelection.Text = userGroups.HTML.Replace("<img alt="""" src=""/cfr/Tree/" & DBSystem.Values.StaticFileVersion & "/Icons//"" />", String.Empty)
Where UserGroups is obout_ASPTreeView_2_NET.Tree It's getting Timeout at userGroups.HTML . I could not find anything else on why it's working on our development environment and not on client's staging.
Could it be a Staging environment issue? Kindly suggest me on the same.
PS- It's My first question on Stackoverflow so please let me know if anything else is required.
Posting answer to anyone who might run into same problem.
We have changed the UI to search for user groups and add them instead of loading them into obout tree and allowing users to select them, since obout tree was failing to load more than 30000 - 40000 nodes and the UI was becoming unresponsive.