Hello!
I experience the same problem since I installed Windows Script 5.6
on my server. In a few minutes after install IIS failed executing ASP
pages because of the same error you have. I immediately rolled back
to Windows Script 5.5 and suddenly everything worked fine again.
I had hoped by now you have found a different solution yet because
I would like to upgrade to Windows Script 5.6, but don't know any other
solution to fix the problem. What's your status?
Thanks for your response,
Dennis Verspuij
Quote:
Originally posted by imranmalik
Hi,
We have developed ASP based web application and using SQL Server 2K as database technology. Application is runing under Interanet environment having seperate servers for IIS and DB using WIN2000 platform.
Application worked fine from last 2-3 months .. now suddenly it is giving error while entering new records from ASP page i.e;
Error Type:
Microsoft VBScript runtime (0x800A0007)
Out of memory: 'Server.CreateObject'
The line # which error is showing having this code :
Set RsView=Server.CreateObject("ADODB.Recordset")
I dont know how this error occurs .. Servers are runing with good memory management. Please help me out to fix this error ...
Thank You very much
|