Hi,
I am having problems running an application using one touch deployment.
As explained in most of the references, I created a virtual directory and set the output path of my application to it. But when I try something like this:
http://localhost/MyApps/MyApps.exe, the application doesn't pop up and the browser remains blank.
I am running IE 6, which I believe is sufficient for NTD.
I first thought it would be a security issue and my code wouldnt be having permissions to run on the local machine.
I created and installed two policy deployment package, one in which the membership condition is a strong name and the other one a URL based, (like
http://localhost/*) giving the code full permission, but sadly that didnt work.
I have changed the virtual directory permissions to script only.
Please help, I badly need to fix this out..