473,412 Members | 3,015 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

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 3556

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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.