|
Prev: ConnectionTimeout and CommandTimeout ignored when running ASP on Windows Server2003 with IIS 6.0
Next: getRow / array question (need help to expand my brain)
From: viet on 3 Oct 2005 23:46 X-No-Archive: yes I got this error -2147467259 (0x80004005) on my simple ASP file name test.asp <% Response.write "Hello, world." %> The same code will work if it is ASPX files. Any ideas? Thanks.
From: "Ray Costanzo [MVP]" <my first name at lane 34 dot on 4 Oct 2005 09:09 What's teh error description that goes along with that number? I don't have them memorized. Ray at work <viet(a)rocketmail.com> wrote in message news:1128397618.553423.138860(a)z14g2000cwz.googlegroups.com... > X-No-Archive: yes > > I got this error -2147467259 (0x80004005) on my simple ASP file name > test.asp > > <% > Response.write "Hello, world." > %> > > The same code will work if it is ASPX files. Any ideas? > Thanks. >
From: Bob Barrows [MVP] on 4 Oct 2005 09:57 viet(a)rocketmail.com wrote: > X-No-Archive: yes > > I got this error -2147467259 (0x80004005) on my simple ASP file name > test.asp > > <% > Response.write "Hello, world." > %> > > The same code will work if it is ASPX files. Any ideas? > Thanks. Does this help? http://www.aspfaq.com/show.asp?id=2413 Have you enabled ASP in your server properties? http://www.aspfaq.com/show.asp?id=2476 Bob Barrows -- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
From: viet on 4 Oct 2005 15:59
X-No-Archive: yes There is no futher description beyon the text '-2147467259 (0x80004005)' on browser. It occurred on my Windows XP IIS 5.1. When a complex ASP file did not work, I decided to write a very simple ASP with just one line of code: Response.write 'Hello, world!' to test. The ASP.NET (ASPX extension) worked but traditional ASP 3.0 did not. It happened after I uninstalled beta version Dot Net 2, Visual Studio 2005 and SQL 2005 from that machine. Something I need to deal with ASP.DLL and it related files. Ray Costanzo [MVP] wrote: > What's teh error description that goes along with that number? I don't have > them memorized. > > Ray at work > |