trust level problem

A

Anton

hi

asp.net 3.5

I've uploaded my webproject to the ISP, now when testing I get this error
(never got this error before):
Security Exception
Description: The application attempted to perform an operation not allowed
by the security policy. To grant this application the required permission
please contact your system administrator or change the application's trust
level in the configuration file.

Exception Details: System.Security.SecurityException: Request for the
permission of type 'System.Configuration.ConfigurationPermission,
System.Configuration, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a4a' failed.

Source Error:


An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.


Stack Trace:


[SecurityException: Request for the permission of type
'System.Configuration.ConfigurationPermission, System.Configuration,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' failed.]
System.Security.CodeAccessSecurityEngine.Check(Object demand,
StackCrawlMark& stackMark, Boolean isPermSet) +0
System.Security.CodeAccessPermission.Demand() +59
System.Configuration.BaseConfigurationRecord.CheckPermissionAllowed(String
configKey, Boolean requirePermission, Boolean isTrustedWithoutAptca) +65





--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.50727.1433;
ASP.NET Version:2.0.50727.1433

I'm reading about trust level, I tryed to set the trust level to Medium:
<trust level="Medium"/> but that didn't help, maybe there were some
additional settings I had to apply?

Any ideas?
 
G

Gregory A. Beamer

I'm reading about trust level, I tryed to set the trust level to
Medium: <trust level="Medium"/> but that didn't help, maybe there were
some additional settings I had to apply?

if the ISP has it set to full trust in the machine.config, nothing you can
do will change that.
Any ideas?

What is the actual code that is causing the problem? That is what you need
to determine. A good candidate would be something the requests items off
the file system. Another would be some COM library (or perhaps even third
party .NET library) you are using. Without a clue of where the actual error
is, I cannot guide you.

peace and grace,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top