Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 30th, 2005, 09:25 AM
Registered User
 
Join Date: Nov 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with ASP and Server 2k3 IIS 6.0

I have moved a web site from Windows Server 2000 to 2003.
One of the asp page has a reference to a custom dll, which I registered with regsvr32. At first I was getting a Access Denied error. I then gave the MachineName\IUSR_MachineName account full access to the folder and the dll. Now I get the following error.

Microsoft VBScript runtime error '800a0e7d'

Unknown runtime error: 'CreateObject'

The code at line 1 is like:

<%Set x = CreateObject("B.C")%>
Where B is the name of the dll.

Any help would be greatly appreciated.

 
Old November 30th, 2005, 03:12 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Shouldn't that be Server.CreateObject?

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old December 1st, 2005, 03:45 AM
Registered User
 
Join Date: Nov 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I tried that but it threw another error.
Sorted it out though.

 
Old December 1st, 2005, 11:20 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

For the benefit of the archive of this forum, would you mind sharing with us how you fixed it?

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Exchange Server 2k3 Calendar Appointment Programin gainingam General .NET 0 October 2nd, 2008 03:17 PM
IIS and ASP.NET Development Server conflict ASPNewbie2 BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 1 December 28th, 2006 08:23 AM
Installing PHP on Win 2K3 Server Maxood Beginning PHP 7 July 7th, 2004 07:58 AM
Server side transformation with- XSL/XML, ASP, IIS kenneth02 Classic ASP XML 3 November 10th, 2003 10:14 AM
Server side xsl transformation problems (ASP, IIS) kenneth02 All Other Wrox Books 0 November 7th, 2003 01:30 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.