-
1
- #1
WartookMan
Technical User
SYMPTOM:
When trying to execute something like:
... nothing happens in the browser. It just sits in an endless loop attempting to load the contents (response) from the ASP page.
FIX / SUGGESTION:
The problem may be caused by Norton Anti-Virus. It has a (new) feature which blocks script access to files. Meaning, you can't read or write to files.
I experienced this problem recently, and it took me a couple of searches in Google to get the solution. On XP Pro, even though it didn't prompt me to reboot, I had to restart before it would enable scripting again (and yes, I'd stopped/started my IIS server).
Hope this helps someone else. ;-)
Pete.
Web Developer / Aptrix CMS (LWWCM) Specialist
w: e: Pete.Raleigh(at)lclimited.co.uk
When trying to execute something like:
Code:
Set objFSO = Server.CreateObject ("Scripting.FileSystemObject")
FIX / SUGGESTION:
The problem may be caused by Norton Anti-Virus. It has a (new) feature which blocks script access to files. Meaning, you can't read or write to files.
I experienced this problem recently, and it took me a couple of searches in Google to get the solution. On XP Pro, even though it didn't prompt me to reboot, I had to restart before it would enable scripting again (and yes, I'd stopped/started my IIS server).
Hope this helps someone else. ;-)
Pete.
Web Developer / Aptrix CMS (LWWCM) Specialist
w: e: Pete.Raleigh(at)lclimited.co.uk