|
Rank: Newbie Groups: Member
Joined: 7/27/2007 Posts: 2
|
After applying the current Windows update, I am now receiving the following error: Your application is running under partial trust. EO.Web supports prtial trust, but a few modifications to your web.config are required. Please refer to http://www.essentialobjects.com/Go.aspx?id=1001 for more details. I am currently running verison 3.0 and the file, eo_web.ashx, that the link refers to does not appear to exist in version 3.0. What are my options? Thanks, Brian.
|
|
Rank: Newbie Groups: Member
Joined: 7/27/2007 Posts: 2
|
I added the following entry to my httpModules section of the web.config
<add name="EOWebRuntime" type="EO.Web.Runtime,EO.Web"/>
This seems to have corrected the problem.
Thansk.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Brian, Depending on your license, you may be able to upgrade to the new verion for free. The new version is backwards compatible. Let me know if you can not and we will work out something for you. http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=50Another option would be adding an HTTP module in your web.config file. If you look at your local help file, you should fine a topic under "Installation & Deployment" dedicated for that. Don't look at the online version, the online version has already been updated to reflect the current build. Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Brian Waters wrote:I added the following entry to my httpModules section of the web.config
<add name="EOWebRuntime" type="EO.Web.Runtime,EO.Web"/>
This seems to have corrected the problem.
Thansk.
Cool. Thanks for the update!
|
|