O
One Handed Man
Trying to get No Touch Deployment working, which is having a .net exe application on a webserver. My Asp.net page links to the .exe and when the user clicks on the hyper link, the exe is downloaded and executed locally. I've got the application downloading , but now I'm having trouble executing it (which should be done automatically).
If I have .net framework v1.0 installed on my machine, it works fine.
If I have .net framework v1.0 and v1.1 on my machine, it doesn't work. This is the setup on all the client PC's and what I need to get it working for.
If a network administrator tries it, with v1.0 and v1.1 then it works fine.
So what security settings do the network administrators have for v1.1 of the framework that I don't. I've tried giving full trust to my machine through caspol.exe but no luck.
If I have .net framework v1.0 installed on my machine, it works fine.
If I have .net framework v1.0 and v1.1 on my machine, it doesn't work. This is the setup on all the client PC's and what I need to get it working for.
If a network administrator tries it, with v1.0 and v1.1 then it works fine.
So what security settings do the network administrators have for v1.1 of the framework that I don't. I've tried giving full trust to my machine through caspol.exe but no luck.