If I had run CasPol.exe under .NET 1.1, do I need to run it again for an application that is .NET 2.0 ?
-
Currently, my IT department has rolled out to my user community the following CasPol.exe setting: "c:\Windows\Microsoft.NET\Framework\v1.1.4322\CasPol.exe" -m -ag All_Code -url http://ProdServer/App1/\* FullTrust -n App1 The new version of the application says that the following CasPol.exe command needs to be executed because the application is now a .NET 2.0 application. "c:\Windows\Microsoft.NET\Framework\v2.0.50727\CasPol.exe" -m -ag All_Code -url http://ProdServer/App1/\* FullTrust -n App1 Is this really necessary ? I have to roll out the new version of the application to 70 desktops and this would require that the CasPol.exe command be issued to all of those users. (The users are not local Admins, so it may be a bit tricky to run in a logon script.) Right ? Cheers. David
-
Currently, my IT department has rolled out to my user community the following CasPol.exe setting: "c:\Windows\Microsoft.NET\Framework\v1.1.4322\CasPol.exe" -m -ag All_Code -url http://ProdServer/App1/\* FullTrust -n App1 The new version of the application says that the following CasPol.exe command needs to be executed because the application is now a .NET 2.0 application. "c:\Windows\Microsoft.NET\Framework\v2.0.50727\CasPol.exe" -m -ag All_Code -url http://ProdServer/App1/\* FullTrust -n App1 Is this really necessary ? I have to roll out the new version of the application to 70 desktops and this would require that the CasPol.exe command be issued to all of those users. (The users are not local Admins, so it may be a bit tricky to run in a logon script.) Right ? Cheers. David
Well, I finaaly had to upgrade the system and YES, I did have to go to each desktop and run the CasPol.exe command under .NET 2.0 in order for it to work. Just wanted to let everyone know what the answer was.