I have a website setup in IIS 7 and when I try to access the Application Settings I get the following error.
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
-
Very related: stackoverflow.com/q/21194530/319403cHao– cHao2024年04月04日 21:46:06 +00:00Commented 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.Lex Li– Lex Li2024年04月04日 22:27:05 +00:00Commented 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/…YurongDai– YurongDai2024年04月12日 09:25:48 +00:00Commented Apr 12, 2024 at 9:25