M
Mosley
I have a simple script in a VBS file
Dim root
Set root = GetObject("IIS://LocalHost/W3SVC/1/ROOT")
root.AspAppRestart
When I try to run this from a ASP page it says "permission denied,"
how can I set permissions form ASP?
My old problem is that even when I ran this from a VBS file I find that
after it has run My index server won't work it gives his error
"Arguments are of the wrong type, are out of acceptable range, or are in
conflict with one another."
Dim root
Set root = GetObject("IIS://LocalHost/W3SVC/1/ROOT")
root.AspAppRestart
When I try to run this from a ASP page it says "permission denied,"
how can I set permissions form ASP?
My old problem is that even when I ran this from a VBS file I find that
after it has run My index server won't work it gives his error
"Arguments are of the wrong type, are out of acceptable range, or are in
conflict with one another."