473,473 Members | 2,111 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

FSO: Localhost has stopped working?

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
Feb 23 '06 #1
4 3559

JohnB111 wrote:
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


Does it work in other scripts on the same machine?

/P.

Feb 24 '06 #2
Hi Paxton

Thanks for replying .....

No, FSO has stopped completely on the machine.

Getting closer to a resolution though (after two days of reading and testing
things)

My normal day involves logging onto a domain in a network.

After looking into the registry, it appears the permissions in the registry
are wrong and am working on seeing whats going on at the moment. Won't let me
change them in the domain and really weird in safe mode.

Will keep looking and post the result here.

Thanks John

"Paxton" wrote:

JohnB111 wrote:
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


Does it work in other scripts on the same machine?

/P.

Feb 24 '06 #3
Sounds like a job for System Restore

:-)

/P.

JohnB111 wrote:
Hi Paxton

Thanks for replying .....

No, FSO has stopped completely on the machine.

Getting closer to a resolution though (after two days of reading and testing
things)

My normal day involves logging onto a domain in a network.

After looking into the registry, it appears the permissions in the registry
are wrong and am working on seeing whats going on at the moment. Won't let me
change them in the domain and really weird in safe mode.

Will keep looking and post the result here.

Thanks John

"Paxton" wrote:

JohnB111 wrote:
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


Does it work in other scripts on the same machine?

/P.


Feb 24 '06 #4
Hi Paxton (and anyone else reading or having the problem)

All fixed (without a restore or format)

Don't know how or why, but the permissions were screwed up at REGISTRY LEVEL
Permissions on directory level and IIS appeared correct, but if the registry
did not allow it, you have no hope.

I am not 100% sure if this only applies when a Network/Domain is involved or
not, bit jusdging by the number of posts on the net regarding this topic, I
would say it is general.

Basically here is what I did, hope it save someone else some grief (I nearly
gave up and did that format)

1) Logged onto the machine as an administrator, without the network being
connected.

2) Start > Run > regedit

3) HKEY_LOCAL_Machine > SOFTWARE > Classes > Scripting.FileSystemObject

4) Right Click and select Permissions.
If yours is like mine, there will be only one or two there.
Add the permissions for all the normal users - System, IUSR_..., Guests,
Administrator

5) HKEY_LOCAL_Machine > SOFTWARE > Classes > CLSID
Search for this {0D43FE01-F093-11CF-8940-00A0C9054228}
Add the same permissions that you added to #4

6) Save the registry

7) Reboot, cross your fingers and anything else that will cross (it worked
for me anyway)

8) Test your FSO program again, mine worked, I hope yours does as well.

Thanks to Paxton for taking the time to reply and to anyone else who read
this post.

Kind regards

John

"Paxton" wrote:
Sounds like a job for System Restore

:-)

/P.

JohnB111 wrote:
Hi Paxton

Thanks for replying .....

No, FSO has stopped completely on the machine.

Getting closer to a resolution though (after two days of reading and testing
things)

My normal day involves logging onto a domain in a network.

After looking into the registry, it appears the permissions in the registry
are wrong and am working on seeing whats going on at the moment. Won't let me
change them in the domain and really weird in safe mode.

Will keep looking and post the result here.

Thanks John

"Paxton" wrote:

JohnB111 wrote:
> 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

Does it work in other scripts on the same machine?

/P.


Feb 24 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Ajak | last post by:
Hi, I'm developing an ASP page on Win XP (IIS 5.1) which uses the the GetFolder method as below:- Set f = fso.GetFolder(fsDir) But everytime this line executes (when stepping in debugging...
5
by: Ken Fine | last post by:
I want my application to maintain a directory tree based on months and years, e.g.: 2004 January file file file February file
1
by: F | last post by:
Here is code on one machine its working but on other machine its just hanged no reply from server if I stoped then next time its giving error too many people accessing server. set fso =...
6
by: tom | last post by:
Hi lads - got an issue with renaming a file. I'm actually using the FSO method 'MoveFile'.I did try to do my best, but doesn't want to work. this is the code: Dim fso set fso =...
6
by: Jeff S. | last post by:
We are developing an application in C# that runs on a PC and communicates with a piece of equipment via the ethernet. For testing we have developed a simulation of the equipment that we want to...
3
by: bizt | last post by:
Hi, I have been using a local installment of Apache web server and PHP on my computer. For some reason it has stopped loading my local web pages when I enter 'http://localhost' into the browser...
1
by: itskaps | last post by:
Hi all, My following program code works fine on win 2K server but the same is not working on win2K3 server. It's showing error as page cannot be displayed. After debugging, I found that...
2
by: psunavy03 | last post by:
I'm developing a website to access an MS Access DB at home while the bureaucracy at work approves hosting. I was all set to demo the site this morning, but when I entered the URL (http://<IP...
3
by: seza2b | last post by:
I've been developing a content management system over the past 5 months. Recently I began implementing AJAX and other misc. javascript into some pages. I was mainly developing and debugging using...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.