|
-
Aug 5th, 2004, 01:19 AM
#1
Thread Starter
New Member
Executing Shell in ASP
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|