Microsoft .NET Framework 2.0 Configuration

  • Thread starter Thread starter Roman
  • Start date Start date
R

Roman

Hello,

As soon as I know a VSTO (Visual Studio Tools For Office) applications
directory must been configured
in the Microsoft .NET Framework 2.0 Configuration. In the Framework
2.0 the configuration tool will only be installed together with the
SDK. Is there another way to configure the security issues without
installing the SDK?


Thanks and best regards
Roman
 
Hello,

As soon as I know a VSTO (Visual Studio Tools For Office) applications
directory must been configured
in the Microsoft .NET Framework 2.0 Configuration. In the Framework
2.0 the configuration tool will only be installed together with the
SDK. Is there another way to configure the security issues without
installing the SDK?

Thanks and best regards
Roman

Edit security.config directly. %SYSTEMROOT%\Microsoft.Net\Framework
\2.0\Config\Security.config

Make changes on a machine that does have the SDK and look at how the
file changed, then duplicate that change on other machine(s).
 
Why are you not using CASPOL?

Editing Security.config directly seems a little drastic.
 

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

Back
Top