Microsoft .NET Framework 2.0 Configuration

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
 
R

Ross Presser

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).
 
J

Jim Rand

Why are you not using CASPOL?

Editing Security.config directly seems a little drastic.
 
R

Ross Presser

Why are you not using CASPOL?

Editing Security.config directly seems a little drastic.

Too damn many options. Much easier for my brain to parse XML.
 

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