J
JohnB111
Hi
Environment:
Windows XPPRO SP2
IIS 5.1
AVG Anti Virus (Not script Blocking)
The following code used to work perfectly on my local development machine
and still does on my web server.
====================================================
This is the ERROR Message:
====================================================
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/cp34/34113/blank/installer/_INCtools_.asp, line 36
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Maxthon; .NET CLR
2.0.50727)
Page:
GET /cp34/34113/blank/installer/000_Welcome.asp
Time:
Friday, February 24, 2006, 7:13:48 AM
====================================================
This is the code from the _INCtools_.asp (line 36 indicated by //***********)
The 000_Welcome.asp has _INCtools_.asp as an Include
====================================================
dim FSO
dim Folder
dim FileName
dim File
dim sFullPath
set FSO = server.CreateObject("Scripting.FileSystemObject") //***********
if IsObject(FSO) then
====================================================
For what ever reason, it has stopped working here and I need to get it going
again.
The things I have tried ....
1: Uninstalled Nortons (Scripting was turned off anyway)
2: Re-registered the scrrun.dll
3: Checked the permissions on the scrrun.dll and IIS directories
(All have ISUR_{machinename} read/execute permissions)
4: Read every post on the net regarding the issue in the past 24 hours.
The only result is in knowing I am not the only one having the problem,
however I cannot find a resolution.
I need to get this resolved, surely there is a way of making this work again
without the need to press the FORMAT C: button.
TIA for any assistance that can help me resolve this problem, I really need
some sleep
Kind regards, John
Environment:
Windows XPPRO SP2
IIS 5.1
AVG Anti Virus (Not script Blocking)
The following code used to work perfectly on my local development machine
and still does on my web server.
====================================================
This is the ERROR Message:
====================================================
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/cp34/34113/blank/installer/_INCtools_.asp, line 36
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Maxthon; .NET CLR
2.0.50727)
Page:
GET /cp34/34113/blank/installer/000_Welcome.asp
Time:
Friday, February 24, 2006, 7:13:48 AM
====================================================
This is the code from the _INCtools_.asp (line 36 indicated by //***********)
The 000_Welcome.asp has _INCtools_.asp as an Include
====================================================
dim FSO
dim Folder
dim FileName
dim File
dim sFullPath
set FSO = server.CreateObject("Scripting.FileSystemObject") //***********
if IsObject(FSO) then
====================================================
For what ever reason, it has stopped working here and I need to get it going
again.
The things I have tried ....
1: Uninstalled Nortons (Scripting was turned off anyway)
2: Re-registered the scrrun.dll
3: Checked the permissions on the scrrun.dll and IIS directories
(All have ISUR_{machinename} read/execute permissions)
4: Read every post on the net regarding the issue in the past 24 hours.
The only result is in knowing I am not the only one having the problem,
however I cannot find a resolution.
I need to get this resolved, surely there is a way of making this work again
without the need to press the FORMAT C: button.
TIA for any assistance that can help me resolve this problem, I really need
some sleep
Kind regards, John