Rank: Newbie Groups: Member
Joined: 2/1/2010 Posts: 1
|
We are using the EO calendar in an application i our Sharepoint environment. We keep getting the error "Unable to automatically create file eo_web.ashx on your application root directory. The file is needed for EO.Web Controls to function. Please manually copy it from EO.Web Controls installation directory to your application's root directory..." But eo_web.ashx is present in the root dir. Other facts: - The EO assembly is copied to the /bin folder and also deployed to GAC - License file is present in root dir and /bin - We are using EO version 7.0.50.2 Hack: We can avoid the error by giving users file level write access to eo_web.asxh, but this is not an acceptable solution in our environment. How should we configure EO controls to avoid this error?
Thank you in advance and best regards, Anders Petersen
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Your "Hack" is the correct direction --- even though I don't think you need write permission. Only read permission is needed. The code tries to "write" the file because it can not see the file thus tries to create it. If it can see (read) it at the first place it won't need write permission at all.
Thanks!
|