I have this code in my asp
Dim oShell
Set oShell = CreateObject ("WScript.shell")
oShell.run "%comspec% /c notepad"
Set oShell = Nothing
It runs the notepad in the task list, but not appearing in the desktop for user interaction.
I have set the asp folder to full control for IUSR and IWAM users. And also full control to these 2 users for notepad.
The asp folder has also been set to Scripts/Executable.
Anything I have left out?
I am using Windows Server 2003, IIS 6
Anyone can help me to solve the problem?
