Hi
I have Windows 2003 Server. On it there is an ASP page which calls Notepad using Windows Scripting Shell.
Set WshShell = CreateObject("Wscript.Shell")
WshShell.run("c:\windows\notepad.exe")
This gives me the following error
Microsoft VBScript runtime error '800a0046'
Permission...