S
sam
Im trying to shell a simple console application from an ASP.NET web form.
I use the vb command:
Shell(sShellPath, AppWinStyle.NormalFocus, True)
It executes the line of code without any errors but nothing happens. The
console application is not executed. I had a review of my security settings
and there doesn't seem to be any problem there.
Any ideas would be greatly appreciated.
Sam
I use the vb command:
Shell(sShellPath, AppWinStyle.NormalFocus, True)
It executes the line of code without any errors but nothing happens. The
console application is not executed. I had a review of my security settings
and there doesn't seem to be any problem there.
Any ideas would be greatly appreciated.
Sam