Re: Beginner Question XML not working on IIS6
From: DBA72 (DBA72_at_discussions.microsoft.com)
Date: 03/03/05
- Next message: RyanW: "IIS 5.0 Inetinfo.exe 100% CPU Utilization Issue"
- Previous message: piotr: "MetaEdit and Isolated Applications"
- In reply to: Tom Kaminski [MVP]: "Re: Beginner Question XML not working on IIS6"
- Next in thread: Tom Kaminski [MVP]: "Re: Beginner Question XML not working on IIS6"
- Reply: Tom Kaminski [MVP]: "Re: Beginner Question XML not working on IIS6"
- Reply: David Wang [Msft]: "Re: Beginner Question XML not working on IIS6"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Mar 2005 04:23:02 -0800
Thank you all for your help. The failure points to this line in the code:
Set xmlSecurityData= Server.CreateObject("Msxml2.DOMDocument.4.0")
here is the error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/appname/Content/Welcome.asp, line 8
800401f3
"Tom Kaminski [MVP]" wrote:
> "DBA72" <DBA72@discussions.microsoft.com> wrote in message
> news:0615785F-ADBB-48D6-AAA1-EB055C06387C@microsoft.com...
> > I have some sites that were previously running on IIS5 and they are now on
> > IIS6. The sites that use xml all get an "HTTP 500 - Internal server
> error".
> >
> > I have enabled asp on the IIS server. The following is what appears in the
> > IIS Log:
> > 2005-03-02 15:32:11 127.0.0.1 GET /hedging/Content/Welcome.asp
> > |8|ASP_0177_:_800401f3|Server.CreateObject_Failed 80 DOMAIN\login
> 127.0.0.1
> > Mozilla/4.0+
> > (compatible;+MSIE+6.0;+Windows+NT+5.2;+SCHRODERS;+.NET+CLR+1.1.4322) 500 0
> 0
> >
> > This seems to happen when it gets to the XML part of the pages. I've also
> > put a trace on the SQL Server and know that the page can login to the SQL
> > Server/Database.
> >
> > Can anyone offer me a clue?
>
> See http://www.aspfaq.com/show.asp?id=2134
>
> (also turn off friendly error messages in IE to get a more descriptive error
> message)
>
> --
> Tom Kaminski IIS MVP
> http://www.microsoft.com/windowsserver2003/community/centers/iis/
> http://mvp.support.microsoft.com/
> http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
>
>
>
- Next message: RyanW: "IIS 5.0 Inetinfo.exe 100% CPU Utilization Issue"
- Previous message: piotr: "MetaEdit and Isolated Applications"
- In reply to: Tom Kaminski [MVP]: "Re: Beginner Question XML not working on IIS6"
- Next in thread: Tom Kaminski [MVP]: "Re: Beginner Question XML not working on IIS6"
- Reply: Tom Kaminski [MVP]: "Re: Beginner Question XML not working on IIS6"
- Reply: David Wang [Msft]: "Re: Beginner Question XML not working on IIS6"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|