A CS2 trust error


Filed under: ,
Published Posted Friday, March 17, 2006 3:07 AM by Nino

So, my CS 2.0 setup is running just fine for the last four days and then I hit it from my hotel in Southfield tonight and <gasp>  it’s broken!  I was presented with this:

GAH!!!!    Two things are evident to me:  1) I was stoooopid and left custom errors as “Off” and 2) It’s trying to override the trust level (why didn’t this break before?  I saw this in my dev environment, but not production, so I didn’t apply the fix).

So, the fix for #1 is to change it to “RemoteOnly” (duh), and the fix for #2 is to change  <trust level="Medium" /> to <!--<trust level="Medium" />-->.  As a reminder, the reason that the trust override is failing is because my host has locked access to this section (as they rightly should).  Also, they are running a modified version of Medium trust, as will ‘standard’ Medium Trust, web services are not allowed.

Fix the web.config, FTP it up. All better.  Oh, and MikeWo has informed me that my gallery photos aren’t showing up… :(

-Nino

P.S. The Mobile Minute will be back this weekend :)

Comments

No Comments