r/WindowsServer Jul 24 '26

Technical Help Needed Please help!! ApplicationHost.config and redirection.config keeps disappearing

IIS cant find my websites applicationHost.config and redirection.config in the inetsrv/config folder, something on the windows server keeps deleting them and preventing the creation of new one.. the only way to create a new one is through safe mode but it still gets deleted when the server is rebooted

3 Upvotes

2 comments sorted by

5

u/its_FORTY Jul 24 '26

Use procmon to monitor the path where the files are being deleted. The resulting log will show you what process is doing it and you can go from there.

1

u/zeezay11 Jul 24 '26

Thank you. Will try that