Hello,
I have an issue with a dll in ASP not staying registered. I can register it with:
Cd\windows\microsoft.net\framework64\v2.0.50727
aspnet_regiis /i
regsvcs.exe c:\inetpub\wwwroot\site\functionsnet.dll
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\regasm.exe /codebase C:\inetpub\wwwroot\site\FunctionsNet.dll
The site will work until a reboot, where it will throw:
Server object error 'ASP 0177 : 8000ffff'
Server.CreateObject Failed
I re-register and the site is good to go for a limited time. I have searched for related issues and cannot find a repair.
BTW, I am having this same error on all three servers I have tested: 2008 (32/64 bit) and 2003 (32bit).
The website is using a OLE connection to a SQL databse server.
Thank you for any info.