473,796 Members | 2,570 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IIS 5.1 and Mozilla Firebird

Hi all,

I'm working with WinXP and IIS 5.1 and I use Mozilla firebird browser.
When I check localhost I am promted for password but that's not the
problem. Real problem is I am given this error (after posting me to
http://localhost/localstart.asp):

----- Error ------
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

Technical Information (for support personnel)

* Error Type:
error '8002801c'

Error accessing the OLE registry.

/iisHelp/common/500-100.asp, line 154

error '8002801c'

Error accessing the OLE registry.

/iisHelp/common/500-100.asp, line 17

----- End of Error ------

while other pages which I have created works fine and I would like to
point out that when I use IE I'm not promted password or given any
error. It works fine in IE.

I understand there is no error with IIS or ASP but it is VBScript
which does not work with FIrebird, am I correct. There is no error
with ASP.NET pages.

Thanks for your replies.
Nov 18 '05 #1
4 5512
The problem here is that a "500 Internel Server Error" is occuring when
accessing the page (I presume localstart.asp) . You are then being redirected
to the default HTTP 500 error page, which in turn having problems on line
15.

Line 17 is actually a piece of server-side code:

<%
Set objASPError = Server.GetLastE rror
%>

so it would be irrelevant whether you where using Firebird (or any other
browser), since server-side code is never seen by the browser. Instead, I
think something is happening (ie an error) in localstart.asp, and you are
being redirected to 500-100.asp and then another error is occuring in
500-100.asp, which is preventing you from getting information about the
initial error.

Is there anything in the Windows Event Logs? (if so, please post the Event
ID, Source and Description). Otherwise, have you tried reinstalling IIS?

Cheers
Ken
"saif" <un****@yahoo.c om> wrote in message
news:a7******** *************** ***@posting.goo gle.com...
: Hi all,
:
: I'm working with WinXP and IIS 5.1 and I use Mozilla firebird browser.
: When I check localhost I am promted for password but that's not the
: problem. Real problem is I am given this error (after posting me to
: http://localhost/localstart.asp):
:
: ----- Error ------
: HTTP 500.100 - Internal Server Error - ASP error
: Internet Information Services
:
: Technical Information (for support personnel)
:
: * Error Type:
: error '8002801c'
:
: Error accessing the OLE registry.
:
: /iisHelp/common/500-100.asp, line 154
:
:
:
: error '8002801c'
:
: Error accessing the OLE registry.
:
: /iisHelp/common/500-100.asp, line 17
:
: ----- End of Error ------
:
: while other pages which I have created works fine and I would like to
: point out that when I use IE I'm not promted password or given any
: error. It works fine in IE.
:
: I understand there is no error with IIS or ASP but it is VBScript
: which does not work with FIrebird, am I correct. There is no error
: with ASP.NET pages.
:
: Thanks for your replies.
Nov 18 '05 #2
also ensure you had enabled 'anonymous' access, change
the default page to your page, this page by default required admin
privileges.
--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...
"saif" <un****@yahoo.c om> wrote in message
news:a7******** *************** ***@posting.goo gle.com...
Hi all,

I'm working with WinXP and IIS 5.1 and I use Mozilla firebird browser.
When I check localhost I am promted for password but that's not the
problem. Real problem is I am given this error (after posting me to
http://localhost/localstart.asp):

----- Error ------
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

Technical Information (for support personnel)

* Error Type:
error '8002801c'

Error accessing the OLE registry.

/iisHelp/common/500-100.asp, line 154

error '8002801c'

Error accessing the OLE registry.

/iisHelp/common/500-100.asp, line 17

----- End of Error ------

while other pages which I have created works fine and I would like to
point out that when I use IE I'm not promted password or given any
error. It works fine in IE.

I understand there is no error with IIS or ASP but it is VBScript
which does not work with FIrebird, am I correct. There is no error
with ASP.NET pages.

Thanks for your replies.

Nov 18 '05 #3
Hello everyone,

Thanks Schaefer there was indeed a 'Access Denied' problem in
localstart.asp which was directing the browser to the error page:
----- Error -----
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'GetObject'
----- End of Error -----

And thanks Bernard with your suggestion after adding IUSR_compname to
Administator group there is no problem.

But there is still some problem with Firebird even though I have
upgraded to Firefox (Firebird 0.8). There are pages which just does
not load. Browser keeps on loading those pages. Is there some setting
pages like disabling detecting browser type from IIS Config. Although
they work fine in IE 6 and Netscape 7.x.

I can't figure out the problem, if anyone has any solution please help
me. I work mostly in Firefox (Firebird).

Thanks everyone.
Nov 18 '05 #4
You should NOT add iusr a/c to admin group, refer
Permission Denied Error on Local Default Web Page
http://support.microsoft.com/?id=251361

there's nothing special about this file, so you can always replace with your
own page and set it as default doc.

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...
"saif" <un****@yahoo.c om> wrote in message
news:a7******** *************** ***@posting.goo gle.com...
Hello everyone,

Thanks Schaefer there was indeed a 'Access Denied' problem in
localstart.asp which was directing the browser to the error page:
----- Error -----
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'GetObject'
----- End of Error -----

And thanks Bernard with your suggestion after adding IUSR_compname to
Administator group there is no problem.

But there is still some problem with Firebird even though I have
upgraded to Firefox (Firebird 0.8). There are pages which just does
not load. Browser keeps on loading those pages. Is there some setting
pages like disabling detecting browser type from IIS Config. Although
they work fine in IE 6 and Netscape 7.x.

I can't figure out the problem, if anyone has any solution please help
me. I work mostly in Firefox (Firebird).

Thanks everyone.

Nov 18 '05 #5

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

Similar topics

0
1757
by: Freddy | last post by:
I am using the script as below, but there is a problem, in Netscape, and Mozilla Firebird, a .php is added to the filename when the user is prompted to save, it's ok in Internet Explorer and Opera though: $filename="/home/myUserName/filename.exe"; header("Content-Disposition: attachment; filename=filename.exe"); header("Content-Type: application/octet-stream"); header("Content-Length: ".@filesize("$filename")); readfile("$filename");
15
7307
by: Peter Bremer | last post by:
Hi all, I've written this little piece of code, which doesn't seem to work in Mozilla 1.5. I haven't tried it on other Gecko browsers, but I've found some indication that Netscape 6+ has the same problem. Internet Explorer 6 and Opera 7 have no problems with it. <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'> <script>document.write (window.history.length);</script>
3
1370
by: Mr. x | last post by:
Hello, I generally use the IE (version 6.0). I would like some opinions on mozilla browser, please. I have heard that it is good for validating my code (javascript etc.), when IE doesn't. I would like some link about Mozilla browser, please. Thanks :)
2
4551
by: Robert William Vesterman | last post by:
I'm having problems with the display of forms, using CSS, in Mozilla Firebird (and probably other Mozilla-based browsers). I have boiled it down to a fairly small example page, which not only shows the problems, but explicitly points out what they are: http://www.vesterman.com/CSSProblem.html It uses the style sheet:
4
2457
by: Michael Liu | last post by:
I have these styles: p, pre, table { margin: 1em; } And this HTML: <p>A paragraph</p> <table><tr><td>A table</td></tr></table> <pre>A preformatted block</pre> <p>A paragraph</p>
4
3131
by: Don Adams | last post by:
Does the Mozilla browser even support CSS? Very few of my stylesheet formats work in Mozilla. Is there a local stylesheet that is overriding my stylesheet? If so, is there an option to turn off the local stylesheet? Also, I would treat Mozilla like Netscape 4.x in my PHP code; however, I can't see in the user agent (shown below) any way to determine that the browser is Mozilla. I've seen other browser user agents with "Gecko" in them...
1
2038
by: Florian Feldhaus | last post by:
I have a problem with the following website http://www.kindernest-beinghaus.de I used css to make a hover effekt for the images: - HTML Code: <div id="menu_item"> <div class="item"> <p>
3
1220
by: Tim Zych | last post by:
When I use IE, the textbox on my webform is normal. When I use Mozilla Firebird, the textbox is tiny and it is impossible to type text into it. What must I do to make the textbox viewable with Mozilla?
4
1165
by: Maziar Aflatoun | last post by:
Hi everyone, I just wrote a complete shopping cart using DataGrids...etc with capability to edit each item etc. However, the textboxes become their default size when viewed in Netscape/Mozilla. I thought VisualStudio .Net automatically takes care of that. Any suggestions? Thanks Maz.
0
9684
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
9530
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
10236
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
9055
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6793
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
5445
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...
0
5577
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4120
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
3
2928
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.