Hi.
I have an PU instance running on an IIS. Everything was working. I wanted to add windows authentication and now my PU instance is broken:
I rolled back my changes to web.config and appsettings.json - they now look like this:
Web.config (seems to have added compared to a fresh web.config)
I have also tried coping over a new web.config with the correct arguments but that did not help
appsettings.json:
Changed value from true back to false
What did I mess up?
I noticed this ASP appearing in IIS - it was not there before
The authentication:
And lastly I was trying to remove the ASP in IIS and followed this guide:
- Open Server Manager and select the server name under Internet Information Services (IIS) Manager
- Double click HTTP Response Headers
- Remove the
X-Powered-By
header if it exists
Thats probably the reason the web.config was changed.
Should I just start over or can my instance be saved. Sorry for the long post.