setting security level for .Net 4.0 exe on trusted server (inrtranet)
-
Hi, Planning a move from .Net 2.0 to .Net 4.0 in the near future. One of the items still lacking is how to set the security level on the .Net 4.0 exec on a remote server (Intranet). Caspol doesnt work and setting the version back to .Net 3.5 is a temporary solution at best. Is there a straightforward easy (relatively speaking) method to set the security on a .Net 4.0 executable on a remote box (intranet)? Thanks
Cegarman document code? If it's not intuitive, you're in the wrong field :D
-
Hi, Planning a move from .Net 2.0 to .Net 4.0 in the near future. One of the items still lacking is how to set the security level on the .Net 4.0 exec on a remote server (Intranet). Caspol doesnt work and setting the version back to .Net 3.5 is a temporary solution at best. Is there a straightforward easy (relatively speaking) method to set the security on a .Net 4.0 executable on a remote box (intranet)? Thanks
Cegarman document code? If it's not intuitive, you're in the wrong field :D
You don't need CasPol with .NET 4.0 anymore. Read this[^]...
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
You don't need CasPol with .NET 4.0 anymore. Read this[^]...
A guide to posting questions on CodeProject[^]
Dave KreskowiakHi Dave, Yep, been there read that ! Our server admins have no interest in doing that. :rolleyes: Especially for QA or Dev executables ... Yes I know they could give us access but that would too easy. Any other suggestions? Regards,
Cegarman document code? If it's not intuitive, you're in the wrong field :D
-
Hi Dave, Yep, been there read that ! Our server admins have no interest in doing that. :rolleyes: Especially for QA or Dev executables ... Yes I know they could give us access but that would too easy. Any other suggestions? Regards,
Cegarman document code? If it's not intuitive, you're in the wrong field :D
That page has your only options.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
That page has your only options.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak