Hi
I have a server running IIS 5, which has a third-party search service
integrated using ASP.
Intermittently, I get the following error when I run a search:
DLLNAME error '800a0043'
Too many files
/asppage.asp, line xx
The line the error occurs at is the line containing the Set objNearest
= Server.CreateObject("DLLNAME.function")
This can happen as many as 9/10 times the page is called. I've tried
restarting IIS, but this does not solve the problem. The server
has plenty of memory and processing power.
I've contacted the supplier, who say that it is not their DLL, and it
must be related to our IIS configuration.
Can anyone shed any light on what causes this error? There is very
little information on the web, the best I've found is at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceds.../html/_
Are there any settings on IIS that can be tweaked to prevent this?
Any help much appreciated.
JN