Browser setting using Caspol problem
From: Lokanath (anonymous_at_discussions.microsoft.com)
Date: 05/25/04
- Next message: Eric Marvets: "Re: Persist login does not work"
- Previous message: Ollie: "Re: COM+ fails in Windows 2003 server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 25 May 2004 02:21:03 -0700
I am trying to invoke a managed EXE through browser. And the security setting i am making explicitly using caspol. I am writing a batch file for caspol to do it explicitly. But it's not making desired changes to the broswer which can allow my managed EXE to start. The code is like this
CD PATH=%windir%\microsoft.net\framework\v1.1.4322caspol.exe -polchgprompt off
caspol.exe -machine -chggroup LocalIntranet_Zone FullTrust
caspol.exe -machine -addgroup All_Code -url "C:\Program Files\vstl\NuALP Calc Client Application\SampleApp.NuALPCalcClient.exe" FullTrust -name "NuALP Security Settings"
caspol.exe -polchgprompt on
I am missing some thing...........Urgent please help
Lokanath
- Next message: Eric Marvets: "Re: Persist login does not work"
- Previous message: Ollie: "Re: COM+ fails in Windows 2003 server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]