0

I have a website setup in IIS 7 and when I try to access the Application Settings I get the following error.

enter image description here

The path to the web.config is correct but it is adding \?\ to the beginning of the path. When I access the site I get a 500 error with the same error.

asked Apr 4, 2024 at 21:26
3
  • Very related: stackoverflow.com/q/21194530/319403 Commented Apr 4, 2024 at 21:46
  • That file path is actually valid, but you just hit a typical 500.19 issue where a certain out-of-band IIS module was missing. Review that web.config file and find it out. Commented Apr 4, 2024 at 22:27
  • Try using FRT to view details about the 500 error, which will generate a detailed log file to help you identify the problem. learn.microsoft.com/en-us/iis/troubleshoot/… Commented Apr 12, 2024 at 9:25

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.