This is a migrated thread and some comments may be shown as answers.

Deploying website on Shared Hosting Environment

1 Answer 117 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Todd
Top achievements
Rank 1
Todd asked on 19 Jan 2012, 09:07 AM
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 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 23 Jan 2012, 01:14 PM
Hello Todd,

The difference in the shared hosting and the regular one is as you know in the trust level. Could you please try to set the application trust level to medium and test it locally and verify if any error appear in such case.

Also could you please elaborate on the RadGrid databinding you are using?
Note that the programmatic binding to Entity framework is not supported scenario in Medium Trust.


Regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
General Discussions
Asked by
Todd
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or