|
Next,
you will likely experience this error:
Request for the
permission of type 'System.Data.SqlClient.SqlClientPermission,
System.Data, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' failed.
Add
this in the Ban Man Pro web.config after <system.web> tag:
<trust
level="Full" originUrl="" />
Finally, make sure the Pages tag has
session state enabled: <pages
enableSessionState="true"
validateRequest="true" enableEventValidation="true" /> |