- HTTP 500.100 - Internal Server Error - ASP error Internet Information Services
- ADODB.Connection (0x800A0E7A) Provider cannot be found. It may not be properly installed.
- /Nwind.asp, line 10
Resolution: This resolution uses a SQL Server OLE Provider DLL (Sqloledb.dll) as an example. Because the unregistered DLL may vary based on the OLE DB Provider that you are using, modify step 2 accordingly.
To resolve this problem, reregister the faulty DLL as follows:
- At a command prompt, change to the C:\Program Files\Common Files\System\Ole DB folder.
- At a command prompt, type the following command:regsvr32 sqloledb.dll
- You should receive confirmation that the DLL is registered successfully.
No comments:
Post a Comment