PublicKeyToken=b77a5c561934e089' failed

I am trying to locate which section of the configuration section I can change the trust level, I just added IIS 6 to my machine and have gotten this (PublicKeyToken=b77a5c561934e089' failed) message I have researched and found that it has to do with permissions I don't want to make the wrong changes and dig myself further in to a hole can someone explain in detail where it is I change the configuration.

DKB

[425 byte] By [DKB] at [2007-12-28]
# 1

DKB,

According to your description, your problem looks like an error related to ASP.NET trust level setting configuration in IIS. Could you post all the details of the error message or show me a screenshot of the error? Obviously, he error info provided isn't intact.

Generally speaking, when you run the application well on your local computer but sometimes you will get the error message as you tell me PublicKeyToken problem when the application runs on the Local Network. This is the security issue in .NET Framework. It prevent the unauthenticated code access your system resource.

When you run the application on your local computer, the code runs in MyComputer Zone, .NET will give the code full trust. However, when you run the code on network drive, you will get the restrictive permission.

In order to solve this problem run on the network, try this method: Modify the level permission of LocalIntranet or WAN of .NET authentication.

Hope that helps :-)

BrunoYu-MSFT at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 2

DKB,

I hope the following link about Code Access Security will help you to understand the problem. Just now I forgot to paste to for you :-)

http://blogs.msdn.com/shawnfa/archive/2003/06/20/57023.aspx

BrunoYu-MSFT at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 3

Thanks Bruno I will give it a wurl. One more thing can sql 2000 MSDE be on a same machine as sql 2005 express it means I would have to decide a few things 1 of them being if I change isp's 2nd if I format and back up lots and lots of learing material and install 2000 I would hate to go back but my better isp does not have sql 2005 on the network yet. Every corner I turn another obstacle is there smack in my face MAN I'll tell it beginning to suck. A good friend of mine thinks I am out of mind for giving all my time and enegry to asp.net. But what the hell I love a good fight!

DKB

DKB at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic Language...