I am using the Telerik ASP.net AJAX controls to deploy a website to a shared hosting server (Arvixe). The site works just fine on my local server but when I FTP it to my shared hosting provider, the control (in this case grid control) does not function. Basically I have done the following to publish my site:
1) FTP the website files to the wwwroot directory of my domain
2) FTP the Telerik .dll files to the Bin directory under the wwwroot directory of my domain
I have attempted to create the "virtual directory" as the Telerik online documentation suggests (pointing the virtual directory at the Bin directory) but this does not seem to help. Here is the link to the documentation I attempted to follow -- http://www.telerik.com/help/aspnet-ajax/introduction-deploying-on-shared-hosting.html . I tried calling the bin file a virtual directory but it does not seem to help.
No errors are triggered when I resolve to the domain. The Telerik grid control display just fine on the shared host but any of the grouping, filtering functions do not work. When I run the website on my local server, the grouping and filtering functions operate just fine.
Has anyone had similar problem, and if so how did you resolve this issue?
1) FTP the website files to the wwwroot directory of my domain
2) FTP the Telerik .dll files to the Bin directory under the wwwroot directory of my domain
I have attempted to create the "virtual directory" as the Telerik online documentation suggests (pointing the virtual directory at the Bin directory) but this does not seem to help. Here is the link to the documentation I attempted to follow -- http://www.telerik.com/help/aspnet-ajax/introduction-deploying-on-shared-hosting.html . I tried calling the bin file a virtual directory but it does not seem to help.
No errors are triggered when I resolve to the domain. The Telerik grid control display just fine on the shared host but any of the grouping, filtering functions do not work. When I run the website on my local server, the grouping and filtering functions operate just fine.
Has anyone had similar problem, and if so how did you resolve this issue?