Md. Najrul Islam
Md. Najrul Islam

Reputation: 77

HTTP Error 500.19 - Internal Server Error when hosting on IIS

I host my ASP.NET application on IIS Express 10.0 for remote access. It says :

"The requested page cannot be accessed because the related configuration data for the page is invalid." and "Cannot read configuration file due to insufficient permissions."

I attached Screenshot below :

enter image description here

Upvotes: 0

Views: 8520

Answers (1)

Roman Svitukha
Roman Svitukha

Reputation: 1402

Try to determine the identity of the worker process and grant read permission for the solution folder.

Upvotes: 3

Related Questions