Hi,
While installing Laserfiche API to a client, I cannot access the API page due to these errors warning below.
The client do not have Laserfiche Web Access. They only have Laserfiche Client. Can anyone try to fix this issue please?
Question
Question
Laserfiche API Error 500.19 0x8007000d and IIS Error
asked on May 20, 2024
•
Show version history
0
0
Replies
replied on May 20, 2024
I'm not too familiar with Laserfiche API specifically, but when IIS complains about the web.config file and is unable to point to the particular line it's usually a permission problem reading the file. I'd suggest opening the file in notepad to make sure it appears correct, and then making sure that the account you have set for the application pool has read rights to it. There may be more information in the event viewer.
0
0
replied on May 20, 2024
You may be missing a prerequisite: .NET 6.0 ASP.NET Core Runtime. Try installing the "Hosting Bundle" which includes the .NET Runtime and IIS support.
0
0
replied on May 21, 2024
Web.config and appsettings.json look fine. Is IIS ASP.NET 4.x installed?
0
0
You are not allowed to follow up in this post.