I have been banging my head against the wall for a day now wondering
WHY this application works perfectly on my development machine but
falls on its face when I upload it to our web server (WS2k3, IIS 6,
running Sharepoint Server).

As soon as I uploaded the page, I recieved the error below regarding
one of the libraries included in the project with line 206 being
highlighted in red:

I am wondering if the server having Sharepoint Server installed (not
just Sharepoint Services) is causing it to have increased security? Do
I HAVE to make this a strongname assembly? If so, can I create the key
and whatnot on my development workstation and use that same key on the
web server?

I am the first to admit that I need quite a bit of guidance with this
problem. My patience with IIS6 and Sharepoint is running quite thin.

Thank you!!!

John



Server Error in '/Register' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.

Parser Error Message: Assembly efoundation.client.dll security
permission grant set is incompatible between appdomains.

Source Error:


Line 204: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 205: <add assembly="System.Web.Mobile, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 206: <add assembly="*"/>
Line 207: </assemblies>
Line 208: </compilation>


Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config
Line: 206


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
ASP.NET Version:1.1.4322.2300