Rank: Newbie Groups: Member
Joined: 2/7/2009 Posts: 1
|
Hi there,
I am have a problem with this using godaddy hosting. I copied the eo_web.ashx file into the root directory however I still cannot get it to work.
Any suggestions?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The AJAXUploader uses a few internal ASP.NET interfaces which generally require full trust to run. Godaddy seems to choose not to grant full trust. Since their very purpose is to restrict code permissions, there is no way around it (otherwise it would be a security hole). The only solution is for them to relax their security settings. They can do this in one of two ways: Relaxing the code permission rules on their server, which is highly unlikely; Or registering EO.Web.dll into their GAC, which maybe something that are willing to accept. If they are unable to make any kind of compromise, then you may wish to consider another hoster. Sorry about that!
Thanks!
|
Rank: Newbie Groups: Member
Joined: 1/9/2008 Posts: 5
|
|