Running .NET app from network share in Win 7?
Posted
by mlangille
on Server Fault
See other posts from Server Fault
or by mlangille
Published on 2010-05-10T10:58:45Z
Indexed on
2010/05/12
1:25 UTC
Read the original article
Hit count: 285
We have a .NET 1.1 application that we keep on a netowork share. We install the .NET Framerwork to the local PCs and also set the full trust via the following: %windir%\Microsoft.NET\Framework\v1.1.4322\caspol -pp off -cg LocalIntranet_Zone FullTrust
This has worked fine on all PCs to date however now we have a few new PCs with Win7 and the process no longer is working. The app will run fine from a local drive in Win7 but running the networked copy results in a general exception error.
Any ideas on how to get this to work under Win7?
© Server Fault or respective owner