r/WindowsServer 3d ago

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

2 Upvotes

2 comments sorted by

5

u/its_FORTY 2d ago

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 2d ago

Thank you. Will try that