473,657 Members | 2,434 Online
Bytes | Software Development & Data Engineering Community
+ 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.CreateOb ject("Scripting .FileSystemObje ct") //***********
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_{machinena me} 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 3573

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.CreateOb ject("Scripting .FileSystemObje ct") //***********
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_{machinena me} 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.CreateOb ject("Scripting .FileSystemObje ct") //***********
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_{machinena me} 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.CreateOb ject("Scripting .FileSystemObje ct") //***********
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_{machinena me} 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_Mach ine > SOFTWARE > Classes > Scripting.FileS ystemObject

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_Mach ine > 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.CreateOb ject("Scripting .FileSystemObje ct") //***********
> 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_{machinena me} 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
2389
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 mode), it stays there forever. Restarting the browser/IIS webserver does not terminate the process. Subsequent access to the webserver (other working page!) does not
5
3332
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
386
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 = CreateObject("Scripting.FileSystemObject") filepath = "c:/test.txt" set fs = fso.CreateTextFile(filepath) fs.writeline("This is a test.") fs.close
6
11251
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 = Server.CreateObject("Scripting.FileSystemObject") fso.MoveFile Server.MapPath("/document/&session("nome_file")&"), _ Server.MapPath("/document/&session("id_risp")&"_"&session("id_recl")&")
6
8509
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 run on the same PC as the application. We assigned the address 127.168.8.225 to the application and 127.168.8.129 to the simulation (both represent localhost). Under Windows 2000 this worked fine but when we upgraded to Windows XP it stopped...
3
3837
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 address bar. For IE it displays a page not found and Netscape, it redirects me to Netscape search where it does a search for 'localhost'. I cant understand why it has been working and all of a sudden just stopped but is there anyway to fix this...
1
2540
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 fso.opentextfile is not working over win2k3. Can anybody pl. explain why it's not working and how to solve it? help reqd urgently pl. thx in advance. SearchDatabase <SCRIPT LANGUAGE=JScript>
2
3643
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 ADDRESS>/ejacket/logon.asp), the server timed out and I got the error " ERROR: Service Unavailable - The requested service is unavailable. Please try again later." There was no HTTP numeric error value associated with it even with friendly messages...
3
9763
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 Firefox and Chrome (because my IE 7 stopped working ;-D about a year ago). I'm running a WAMP server on Windows XP, and view my site through http://localhost . Everything is fine and dandy. So today, I go on a browser binge (because my CMS is...
0
8395
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8310
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8826
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8732
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8605
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5632
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4155
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2726
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 we have to send another system
2
1615
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.