
August 31st, 2001, 08:47 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,578
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
File System Object
Originally posted by : mike (mike.bova@pb.com)I have a piece of ASP code ( that use to work)Now adays I (or anyone else) get an audiable beep from the server when this code or simular code is ran and the browser hangs. If I just runset fso = server.CreateObject("Scripting.FileSystemObject") folder = fso.FolderExist(server.MapPath("quality" & idir))that runs fine. If I try to run any gets/creates/moves I get a beep on the server and the page hangs. I can run GetFolder from Visual basic not asp. I though it was a permisions issue but I created a folder D:Test and gave every one Full access.I can't think of what has changed on the server to cause this behavior (except for loading the code red protecter and remover)Any one have other suggestions?One final note there are not event log entries IIS log entries or any other type of error messages.
|