1

i'm hosting my asp.net project on IIS i configured all the settings in web.config file, while i'm running it on localhost it giving me following error:

The requested page cannot be accessed because the related configuration data for the page is invalid.

enter image description here

Amit Sharma
  • 1,088
  • 1
  • 19
  • 44
  • Possible duplicate of [Web Application Problems (web.config errors) HTTP 500.19 with IIS7.5 and ASP.NET v2](http://stackoverflow.com/questions/1808680/web-application-problems-web-config-errors-http-500-19-with-iis7-5-and-asp-net) – quetzalcoatl May 20 '17 at 07:38

1 Answers1

1

Please try the below mentioned solutions https://support.microsoft.com/en-us/kb/942055

Varun
  • 597
  • 7
  • 26
  • Could you expand on what those solutions are in your answer please? As it stands your answer is a link only answer and is likely to be downvoted or deleted as [link only answers are considered bad practice](http://stackoverflow.com/help/deleted-answers). – Nanhydrin Jul 03 '15 at 07:37
  • https://support.microsoft.com/en-us/kb/942055 i followed this but i couldn't find solution – Amit Sharma Jul 03 '15 at 07:43