0

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

LuFFy
  • 8,799
  • 10
  • 41
  • 59
  • 1
    Check this thread https://stackoverflow.com/questions/9216158/the-requested-page-cannot-be-accessed-because-the-related-configuration-data-for#14448906 – Roman Svitukha Aug 31 '18 at 06:24
  • Hi Najrul, welcome to StackOverflow! Try to give a look to [this answer](https://stackoverflow.com/a/5615457/9653205) to a previous question. It should work fine also in your case – Deadpool Aug 31 '18 at 06:37
  • Just change the directory (ie other than C: drive) will solve your issue – Eshu Sep 05 '19 at 06:34
  • In my case, I pull changes from repository, and Visual Studio do not reloaded it properly, then I just restart VS - Error Code: 0x80070003 – Kevin Montalvo Jul 30 '21 at 11:28

1 Answers1

3

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

Roman Svitukha
  • 1,302
  • 1
  • 12
  • 22