Problem setting up security policies

  • Thread starter Thread starter Dante
  • Start date Start date
D

Dante

I have written a small app that adjusts the security policy of .NET to allow
an app to run from a specific website.
The application works fine.
I have upgraded recently from .NET framework 1.0 to 1.1. The problem is
that my application updates the security policy under the
old version of the framework.

Does anybody have any ideas?
 
Update:

It seems that any executable application compiled under Visual Studio .NET
2002 is compiled for the 1.0 version of the framework.
Anything compiled in VS.NET 2003 is compiled for the 2003 version.

Since I have both versions of the framework the app is executing under the
1.0 version. If I only had the 1.1 version it would run under that.

Sorry if this is common knowledge to everyone here... but I just thought I'd
put it here for reference.

Thanks,
Dante
 
Back
Top