Running a .Net EXE from a network server
-
We have developed some .Net Windows forms. While they run fine on the local PC, they can't be run from our fileserver (shortcut). I recall there's a security feature to prevent apps from running on untrusted servers. How do I tell it it's ok? I've checked IE Options. The Admin Tools Control Panel only goes up to .Net 1.1.
I need an app that will automatically deliver a new BBBBBBBBaBB (beautiful blonde bimbo brandishing bountiful bobbing bare breasts and bodacious butt) every day. John Simmons / outlaw programmer
-
We have developed some .Net Windows forms. While they run fine on the local PC, they can't be run from our fileserver (shortcut). I recall there's a security feature to prevent apps from running on untrusted servers. How do I tell it it's ok? I've checked IE Options. The Admin Tools Control Panel only goes up to .Net 1.1.
I need an app that will automatically deliver a new BBBBBBBBaBB (beautiful blonde bimbo brandishing bountiful bobbing bare breasts and bodacious butt) every day. John Simmons / outlaw programmer
You're thinking of caspol. Looking it up, I think the following should work (may need a little tweaking):
CasPol.exe -m -ag 1 -url file://pcname/share/PathToFile/* FullTrust
I'm not a stalker, I just know things. Oh by the way, you're out of milk.
Forgive your enemies - it messes with their heads
-
We have developed some .Net Windows forms. While they run fine on the local PC, they can't be run from our fileserver (shortcut). I recall there's a security feature to prevent apps from running on untrusted servers. How do I tell it it's ok? I've checked IE Options. The Admin Tools Control Panel only goes up to .Net 1.1.
I need an app that will automatically deliver a new BBBBBBBBaBB (beautiful blonde bimbo brandishing bountiful bobbing bare breasts and bodacious butt) every day. John Simmons / outlaw programmer
-
We have developed some .Net Windows forms. While they run fine on the local PC, they can't be run from our fileserver (shortcut). I recall there's a security feature to prevent apps from running on untrusted servers. How do I tell it it's ok? I've checked IE Options. The Admin Tools Control Panel only goes up to .Net 1.1.
I need an app that will automatically deliver a new BBBBBBBBaBB (beautiful blonde bimbo brandishing bountiful bobbing bare breasts and bodacious butt) every day. John Simmons / outlaw programmer
-
You're thinking of caspol. Looking it up, I think the following should work (may need a little tweaking):
CasPol.exe -m -ag 1 -url file://pcname/share/PathToFile/* FullTrust
I'm not a stalker, I just know things. Oh by the way, you're out of milk.
Forgive your enemies - it messes with their heads
That worked. Thanks :)
I need an app that will automatically deliver a new BBBBBBBBaBB (beautiful blonde bimbo brandishing bountiful bobbing bare breasts and bodacious butt) every day. John Simmons / outlaw programmer
-
That worked. Thanks :)
I need an app that will automatically deliver a new BBBBBBBBaBB (beautiful blonde bimbo brandishing bountiful bobbing bare breasts and bodacious butt) every day. John Simmons / outlaw programmer
You're welcome. Glad it helped.
I'm not a stalker, I just know things. Oh by the way, you're out of milk.
Forgive your enemies - it messes with their heads