Security permissions for .NET v2.0

S

Squeeze

Hi there,

We're in the process of converting our .NET 2002 apps into 2005 and have run
into a security issue. We are trying to attach to an assembly using a UNC
path.

We sorted the issue out in .NET 2002 by using the 'Adjust .NET security'
Wizard. and moved the Local Intranet security setting to Full trust for the
whole computer.

We can't find any wizards for .NET 2005! What can we use to tweak the
security settings so we get the .NET 2002 behaviour?


The specific error is :

Request for the permission of type
'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

Thanks,
 
W

Willy Denoyette [MVP]

You have to use caspol.exe, the wizard is only included with the SDK .

Willy.
 

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

Top