
October 8th, 2001, 06:21 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,578
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
WSH Can't Create Object From the Server
Originally posted by : Sameers (sameers@theangrycoder.com)Dear, I have a problem with WSH. When I tries to run My WSH Script on the client machine, while page is loaded from the server, it do not works. I was using windows 2000 with IIS 5.0 and My code was something like this. Dim objNet Set objNet = CreateObject("WScript.NetWork") 'Other code goes downThe CreateObject do not work it when I download this file from the server. Even it's extention is .asp or .html. But when I directly run this file (not from the server) it works well. What is the reason, if someone knows, kindly let me know too.with thankssameers sameers@theangrycoder.com
|