Asp Classic on Server 2019 (IIS 10) Access.mdb produces server error.

Rainer kasberg 1 Reputation point
2022-01-30T18:30:58.553+00:00

Asp Classic on Server 2019 (IIS 10) Access.mdb produces server error.

Had to move from Server 2012 to 2019 (IIS 10), since then the .mdb databases cannot be read and produces a server error:
"500 - Internal server error.
Problem with the resource you are looking for. It cannot be displayed." - no more detailed error message
Installed the Access64 bit driver and
enabled 32 bit applications according to
https://learn.microsoft.com/en-us/iis/application-frameworks/running-classic-asp-applications-on-iis-7-and-iis-8/using-classic-asp-with-microsoft-access-databases-on-iis#initial-troubleshooting-investigation

in the process monitor I only found the following registry problem: w3wp.exe HKU\S-1-5-17 NAME NOT FOUND
is this the problem?
What else can be the error? What to do? Am grateful for all hints!

Translated with www.DeepL.com/Translator (free version)

Internet Information Services
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2022-01-30T18:37:45.317+00:00

    Installed the Access64 bit driver and enabled 32 bit applications according to

    If the application is 32 bit then you'll likely need a 32 bit driver.
    https://www.microsoft.com/en-us/download/details.aspx?id=54920

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Anonymous
    2022-01-30T19:31:45.75+00:00

    Might try
    <customErrors mode="Off"/>
    <compilation debug="true"/>
    https://social.msdn.microsoft.com/Forums/en-US/a30b39eb-4fb4-4f76-8828-d6c1383da4f3/500-internal-server-errorthere-is-a-problem-with-the-resource-you-are-looking-for-and-it-cannot?forum=aspwebforms

    --please don't forget to upvote and Accept as answer if the reply is helpful--